#CB661C

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

Shades of Chocolate #CB661C

Tints of Chocolate #CB661C

Color information

#CB661C (or 0xCB661C) is unknown color: approx Chocolate. HEX triplet: CB, 66 and 1C. RGB value is (203,102,28). Sum of RGB (Red+Green+Blue) = 203+102+28=333 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.96% from 333); Green value is 102 (40.23% from 255 or 30.63% from 333); Blue value is 28 (11.33% from 255 or 8.41% from 333); Max value from RGB is 203 - color contains mainly: red. Hex color #CB661C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB661C is #3499E3. Grayscale: #7C7C7C. Windows color (decimal): -3447268 or 1861323. OLE color: 1861323.

HSL color Cylindrical-coordinate representation of color #CB661C: hue angle of 25.37º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CB661C is Cyan = 0, Magento = 0.50, Yellow = 0.86 and Black (K on CMYK) = 0.20.

Color convert

RGB20310228-
CMYK00.500.860.20
HSL25.37º75.76%45.29%-
HSV(B)25.37º86.21%79.61%-
XYZ29.5922.283.84-
YUV123.7673.96184.52-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 60.96%
GREEN value IS 102 (40.23% from 255) = 30.63%
BLUE value IS 28 (11.33% from 255) = 8.41%
R=60.96%
G=30.63%
B=8.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.86
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031022800.500.860.2025.3775.7645.29
HexCB661C0325614194c2d
Octal31314634062126243111455
Binary110010111100110111000110010101011010100110011001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB661C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB661C; }

 p { color: rgb(203,102,28); }

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

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

 a { background-color: rgb(203,102,28); }

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

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

 span { border-color: rgb(203,102,28); }

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