#CB6126

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

Shades of Chocolate #CB6126

Tints of Chocolate #CB6126

Color information

#CB6126 (or 0xCB6126) is unknown color: approx Chocolate. HEX triplet: CB, 61 and 26. RGB value is (203,97,38). Sum of RGB (Red+Green+Blue) = 203+97+38=338 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.06% from 338); Green value is 97 (38.28% from 255 or 28.70% from 338); Blue value is 38 (15.23% from 255 or 11.24% from 338); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6126 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6126 is #349ED9. Grayscale: #7A7A7A. Windows color (decimal): -3448538 or 2515403. OLE color: 2515403.

HSL color Cylindrical-coordinate representation of color #CB6126: hue angle of 21.45º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CB6126 is Cyan = 0, Magento = 0.52, Yellow = 0.81 and Black (K on CMYK) = 0.20.

Color convert

RGB2039738-
CMYK00.520.810.20
HSL21.45º68.46%47.25%-
HSV(B)21.45º81.28%79.61%-
XYZ29.2521.394.42-
YUV121.9780.62185.8-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 60.06%
GREEN value IS 97 (38.28% from 255) = 28.70%
BLUE value IS 38 (15.23% from 255) = 11.24%
R=60.06%
G=28.70%
B=11.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.81
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203973800.520.810.2021.4568.4647.25
HexCB6126034511415442f
Octal31314146064121242510457
Binary1100101111000011001100110100101000110100101011000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6126; }

 p { color: rgb(203,97,38); }

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

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

 a { background-color: rgb(203,97,38); }

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

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

 span { border-color: rgb(203,97,38); }

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