#CF6220

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

Shades of Chocolate #CF6220

Tints of Chocolate #CF6220

Color information

#CF6220 (or 0xCF6220) is unknown color: approx Chocolate. HEX triplet: CF, 62 and 20. RGB value is (207,98,32). Sum of RGB (Red+Green+Blue) = 207+98+32=337 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.42% from 337); Green value is 98 (38.67% from 255 or 29.08% from 337); Blue value is 32 (12.89% from 255 or 9.50% from 337); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6220 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6220 is #309DDF. Grayscale: #7B7B7B. Windows color (decimal): -3186144 or 2122447. OLE color: 2122447.

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

Color convert

RGB2079832-
CMYK00.530.850.19
HSL22.63º73.22%46.86%-
HSV(B)22.63º84.54%81.18%-
XYZ30.3622.114.03-
YUV123.0776.61187.87-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 61.42%
GREEN value IS 98 (38.67% from 255) = 29.08%
BLUE value IS 32 (12.89% from 255) = 9.50%
R=61.42%
G=29.08%
B=9.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.85
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207983200.530.850.1922.6373.2246.86
HexCF6220035551317492f
Octal31714240065125232711157
Binary1100111111000101000000110101101010110011101111001001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF6220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF6220; }

 p { color: rgb(207,98,32); }

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

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

 a { background-color: rgb(207,98,32); }

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

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

 span { border-color: rgb(207,98,32); }

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