#CF6F08

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

Shades of Chocolate #CF6F08

Tints of Chocolate #CF6F08

Color information

#CF6F08 (or 0xCF6F08) is unknown color: approx Chocolate. HEX triplet: CF, 6F and 08. RGB value is (207,111,8). Sum of RGB (Red+Green+Blue) = 207+111+8=326 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.50% from 326); Green value is 111 (43.75% from 255 or 34.05% from 326); Blue value is 8 (3.52% from 255 or 2.45% from 326); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6F08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF6F08 is #3090F7. Grayscale: #808080. Windows color (decimal): -3182840 or 552911. OLE color: 552911.

HSL color Cylindrical-coordinate representation of color #CF6F08: hue angle of 31.06º 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 #CF6F08 is Cyan = 0, Magento = 0.46, Yellow = 0.96 and Black (K on CMYK) = 0.19.

Color convert

RGB2071118-
CMYK00.460.960.19
HSL31.06º92.56%42.16%-
HSV(B)31.06º96.14%81.18%-
XYZ31.4624.653.33-
YUV127.9660.3184.38-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 63.50%
GREEN value IS 111 (43.75% from 255) = 34.05%
BLUE value IS 8 (3.52% from 255) = 2.45%
R=63.50%
G=34.05%
B=2.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.96
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207111800.460.960.1931.0692.5642.16
HexCF6F802E60131f5d2a
Octal31715710056140233713552
Binary11001111110111110000101110110000010011111111011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF6F08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF6F08; }

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

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

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

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

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

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

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

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