#cf6d1d

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

Shades of Chocolate #CF6D1D

Tints of Chocolate #CF6D1D

Color information

#CF6D1D (or 0xCF6D1D) is unknown color: approx Chocolate. HEX triplet: CF, 6D and 1D. RGB value is (207,109,29). Sum of RGB (Red+Green+Blue) = 207+109+29=345 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60% from 345); Green value is 109 (42.97% from 255 or 31.59% from 345); Blue value is 29 (11.72% from 255 or 8.41% from 345); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6D1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6D1D is #3092E2. Grayscale: #818181. Windows color (decimal): -3183331 or 1928655. OLE color: 1928655.

HSL color Cylindrical-coordinate representation of color #CF6D1D: hue angle of 26.97º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CF6D1D is Cyan = 0, Magento = 0.47, Yellow = 0.86 and Black (K on CMYK) = 0.19.

Color convert

RGB20710929-
CMYK00.470.860.19
HSL26.97º75.42%46.27%-
HSV(B)26.97º85.99%81.18%-
XYZ31.4224.294.19-
YUV129.1871.47183.5-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 60%
GREEN value IS 109 (42.97% from 255) = 31.59%
BLUE value IS 29 (11.72% from 255) = 8.41%
R=60%
G=31.59%
B=8.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.86
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071092900.470.860.1926.9775.4246.27
HexCF6D1D02F56131b4b2e
Octal31715535057126233311356
Binary110011111101101111010101111101011010011110111001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf6d1d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf6d1d; }

 p { color: rgb(207,109,29); }

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

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

 a { background-color: rgb(207,109,29); }

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

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

 span { border-color: rgb(207,109,29); }

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