#CF6E08

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

Shades of Chocolate #CF6E08

Tints of Chocolate #CF6E08

Color information

#CF6E08 (or 0xCF6E08) is unknown color: approx Chocolate. HEX triplet: CF, 6E and 08. RGB value is (207,110,8). Sum of RGB (Red+Green+Blue) = 207+110+8=325 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.69% from 325); Green value is 110 (43.36% from 255 or 33.85% from 325); Blue value is 8 (3.52% from 255 or 2.46% from 325); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6E08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF6E08 is #3091F7. Grayscale: #7F7F7F. Windows color (decimal): -3183096 or 552655. OLE color: 552655.

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

Color convert

RGB2071108-
CMYK00.470.960.19
HSL30.75º92.56%42.16%-
HSV(B)30.75º96.14%81.18%-
XYZ31.3524.433.29-
YUV127.3860.64184.79-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 63.69%
GREEN value IS 110 (43.36% from 255) = 33.85%
BLUE value IS 8 (3.52% from 255) = 2.46%
R=63.69%
G=33.85%
B=2.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.96
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207110800.470.960.1930.7592.5642.16
HexCF6E802F60131f5d2a
Octal31715610057140233713552
Binary11001111110111010000101111110000010011111111011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF6E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF6E08; }

 p { color: rgb(207,110,8); }

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

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

 a { background-color: rgb(207,110,8); }

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

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

 span { border-color: rgb(207,110,8); }

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