#CB601F

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

Shades of Chocolate #CB601F

Tints of Chocolate #CB601F

Color information

#CB601F (or 0xCB601F) is unknown color: approx Chocolate. HEX triplet: CB, 60 and 1F. RGB value is (203,96,31). Sum of RGB (Red+Green+Blue) = 203+96+31=330 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.52% from 330); Green value is 96 (37.89% from 255 or 29.09% from 330); Blue value is 31 (12.5% from 255 or 9.39% from 330); Max value from RGB is 203 - color contains mainly: red. Hex color #CB601F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB601F is #349FE0. Grayscale: #787878. Windows color (decimal): -3448801 or 2056395. OLE color: 2056395.

HSL color Cylindrical-coordinate representation of color #CB601F: hue angle of 22.67º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CB601F is Cyan = 0, Magento = 0.53, Yellow = 0.85 and Black (K on CMYK) = 0.20.

Color convert

RGB2039631-
CMYK00.530.850.20
HSL22.67º73.5%45.88%-
HSV(B)22.67º84.73%79.61%-
XYZ29.0621.163.85-
YUV120.5877.45186.79-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 61.52%
GREEN value IS 96 (37.89% from 255) = 29.09%
BLUE value IS 31 (12.5% from 255) = 9.39%
R=61.52%
G=29.09%
B=9.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.85
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203963100.530.850.2022.6773.545.88
HexCB601F0355514174a2e
Octal31314037065125242711256
Binary110010111100000111110110101101010110100101111001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB601F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB601F; }

 p { color: rgb(203,96,31); }

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

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

 a { background-color: rgb(203,96,31); }

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

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

 span { border-color: rgb(203,96,31); }

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