#CF6018

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

Shades of Chocolate #CF6018

Tints of Chocolate #CF6018

Color information

#CF6018 (or 0xCF6018) is unknown color: approx Chocolate. HEX triplet: CF, 60 and 18. RGB value is (207,96,24). Sum of RGB (Red+Green+Blue) = 207+96+24=327 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.30% from 327); Green value is 96 (37.89% from 255 or 29.36% from 327); Blue value is 24 (9.77% from 255 or 7.34% from 327); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6018 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF6018 is #309FE7. Grayscale: #797979. Windows color (decimal): -3186664 or 1597647. OLE color: 1597647.

HSL color Cylindrical-coordinate representation of color #CF6018: hue angle of 23.61º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CF6018 is Cyan = 0, Magento = 0.54, Yellow = 0.88 and Black (K on CMYK) = 0.19.

Color convert

RGB2079624-
CMYK00.540.880.19
HSL23.61º79.22%45.29%-
HSV(B)23.61º88.41%81.18%-
XYZ30.0821.73.47-
YUV120.9873.27189.35-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 63.30%
GREEN value IS 96 (37.89% from 255) = 29.36%
BLUE value IS 24 (9.77% from 255) = 7.34%
R=63.30%
G=29.36%
B=7.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.88
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207962400.540.880.1923.6179.2245.29
HexCF60180365813184f2d
Octal31714030066130233011755
Binary110011111100000110000110110101100010011110001001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF6018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF6018; }

 p { color: rgb(207,96,24); }

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

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

 a { background-color: rgb(207,96,24); }

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

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

 span { border-color: rgb(207,96,24); }

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