#CB6813

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

Shades of Chocolate #CB6813

Tints of Chocolate #CB6813

Color information

#CB6813 (or 0xCB6813) is unknown color: approx Chocolate. HEX triplet: CB, 68 and 13. RGB value is (203,104,19). Sum of RGB (Red+Green+Blue) = 203+104+19=326 (43% of max value = 765). Red value is 203 (79.69% from 255 or 62.27% from 326); Green value is 104 (41.02% from 255 or 31.90% from 326); Blue value is 19 (7.81% from 255 or 5.83% from 326); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6813 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB6813 is #3497EC. Grayscale: #7C7C7C. Windows color (decimal): -3446765 or 1272011. OLE color: 1272011.

HSL color Cylindrical-coordinate representation of color #CB6813: hue angle of 27.72º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CB6813 is Cyan = 0, Magento = 0.49, Yellow = 0.91 and Black (K on CMYK) = 0.20.

Color convert

RGB20310419-
CMYK00.490.910.20
HSL27.72º82.88%43.53%-
HSV(B)27.72º90.64%79.61%-
XYZ29.722.643.42-
YUV123.9168.8184.41-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 62.27%
GREEN value IS 104 (41.02% from 255) = 31.90%
BLUE value IS 19 (7.81% from 255) = 5.83%
R=62.27%
G=31.90%
B=5.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.91
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031041900.490.910.2027.7282.8843.53
HexCB68130315B141c532c
Octal31315023061133243412354
Binary110010111101000100110110001101101110100111001010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6813; }

 p { color: rgb(203,104,19); }

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

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

 a { background-color: rgb(203,104,19); }

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

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

 span { border-color: rgb(203,104,19); }

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