#602B13

Color #602B13 Baker's Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baker's Chocolate #602B13

Tints of Baker's Chocolate #602B13

Color information

#602B13 (or 0x602B13) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 2B and 13. RGB value is (96,43,19). Sum of RGB (Red+Green+Blue) = 96+43+19=158 (20% of max value = 765). Red value is 96 (37.89% from 255 or 60.76% from 158); Green value is 43 (17.19% from 255 or 27.22% from 158); Blue value is 19 (7.81% from 255 or 12.03% from 158); Max value from RGB is 96 - color contains mainly: red. Hex color #602B13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602B13 is #9FD4EC. Grayscale: #383838. Windows color (decimal): -10474733 or 1256288. OLE color: 1256288.

HSL color Cylindrical-coordinate representation of color #602B13: hue angle of 18.7º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #602B13 is Cyan = 0, Magento = 0.55, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB964319-
CMYK00.550.800.62
HSL18.7º66.96%22.55%-
HSV(B)18.7º80.21%37.65%-
XYZ5.814.261.13-
YUV56.11107.06156.45-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 60.76%
GREEN value IS 43 (17.19% from 255) = 27.22%
BLUE value IS 19 (7.81% from 255) = 12.03%
R=60.76%
G=27.22%
B=12.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.80
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96431900.550.800.6218.766.9622.55
Hex602B13037503E134317
Octal1405323067120762310327
Binary1100000101011100110110111101000011111010011100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602B13; }

 p { color: rgb(96,43,19); }

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

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

 a { background-color: rgb(96,43,19); }

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

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

 span { border-color: rgb(96,43,19); }

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