#C1690D

Color #C1690D Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chocolate #C1690D

Tints of Chocolate #C1690D

Color information

#C1690D (or 0xC1690D) is unknown color: approx Chocolate. HEX triplet: C1, 69 and 0D. RGB value is (193,105,13). Sum of RGB (Red+Green+Blue) = 193+105+13=311 (41% of max value = 765). Red value is 193 (75.78% from 255 or 62.06% from 311); Green value is 105 (41.41% from 255 or 33.76% from 311); Blue value is 13 (5.47% from 255 or 4.18% from 311); Max value from RGB is 193 - color contains mainly: red. Hex color #C1690D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C1690D is #3E96F2. Grayscale: #797979. Windows color (decimal): -4101875 or 879041. OLE color: 879041.

HSL color Cylindrical-coordinate representation of color #C1690D: hue angle of 30.67º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C1690D is Cyan = 0, Magento = 0.46, Yellow = 0.93 and Black (K on CMYK) = 0.24.

Color convert

RGB19310513-
CMYK00.460.930.24
HSL30.67º87.38%40.39%-
HSV(B)30.67º93.26%75.69%-
XYZ27.1221.473.1-
YUV120.8267.15179.48-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 193 (75.78% from 255) = 62.06%
GREEN value IS 105 (41.41% from 255) = 33.76%
BLUE value IS 13 (5.47% from 255) = 4.18%
R=62.06%
G=33.76%
B=4.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.93
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931051300.460.930.2430.6787.3840.39
HexC169D02E5D181f5728
Octal30115115056135303712750
Binary11000001110100111010101110101110111000111111010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1690D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1690D; }

 p { color: rgb(193,105,13); }

 H1.HeaderClassName
 {
   color: #C1690D;
 }
 .AnyTagClassName
 {
   color: #C1690D;
 }
</style>
background-color css

<style>
 a { background-color: #C1690D; }

 a { background-color: rgb(193,105,13); }

 div.DivClassName
 {
   background-color: #C1690D;
 }
 .BgClassName
 {
   background-color: #C1690D;
 }
</style>
border-color css

<style>
 span { border-color: #C1690D; }

 span { border-color: rgb(193,105,13); }

 td.TdClassName
 {
   border-color: #C1690D;
 }
 .TagClassName
 {
   border-color: #C1690D;
 }
</style>