#CB6A26

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

Shades of Chocolate #CB6A26

Tints of Chocolate #CB6A26

Color information

#CB6A26 (or 0xCB6A26) is unknown color: approx Chocolate. HEX triplet: CB, 6A and 26. RGB value is (203,106,38). Sum of RGB (Red+Green+Blue) = 203+106+38=347 (45% of max value = 765). Red value is 203 (79.69% from 255 or 58.50% from 347); Green value is 106 (41.80% from 255 or 30.55% from 347); Blue value is 38 (15.23% from 255 or 10.95% from 347); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6A26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6A26 is #3495D9. Grayscale: #7F7F7F. Windows color (decimal): -3446234 or 2517707. OLE color: 2517707.

HSL color Cylindrical-coordinate representation of color #CB6A26: hue angle of 24.73º 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 #CB6A26 is Cyan = 0, Magento = 0.48, Yellow = 0.81 and Black (K on CMYK) = 0.20.

Color convert

RGB20310638-
CMYK00.480.810.20
HSL24.73º68.46%47.25%-
HSV(B)24.73º81.28%79.61%-
XYZ30.1323.144.71-
YUV127.2577.64182.03-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 58.50%
GREEN value IS 106 (41.80% from 255) = 30.55%
BLUE value IS 38 (15.23% from 255) = 10.95%
R=58.50%
G=30.55%
B=10.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.81
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031063800.480.810.2024.7368.4647.25
HexCB6A26030511419442f
Octal31315246060121243110457
Binary1100101111010101001100110000101000110100110011000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6A26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6A26; }

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

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

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

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

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

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

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

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