#602B0D

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

Shades of Baker's Chocolate #602B0D

Tints of Baker's Chocolate #602B0D

Color information

#602B0D (or 0x602B0D) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 2B and 0D. RGB value is (96,43,13). Sum of RGB (Red+Green+Blue) = 96+43+13=152 (20% of max value = 765). Red value is 96 (37.89% from 255 or 63.16% from 152); Green value is 43 (17.19% from 255 or 28.29% from 152); Blue value is 13 (5.47% from 255 or 8.55% from 152); Max value from RGB is 96 - color contains mainly: red. Hex color #602B0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602B0D is #9FD4F2. Grayscale: #373737. Windows color (decimal): -10474739 or 863072. OLE color: 863072.

HSL color Cylindrical-coordinate representation of color #602B0D: hue angle of 21.69º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #602B0D is Cyan = 0, Magento = 0.55, Yellow = 0.86 and Black (K on CMYK) = 0.62.

Color convert

RGB964313-
CMYK00.550.860.62
HSL21.69º76.15%21.37%-
HSV(B)21.69º86.46%37.65%-
XYZ5.764.240.9-
YUV55.43104.06156.94-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 63.16%
GREEN value IS 43 (17.19% from 255) = 28.29%
BLUE value IS 13 (5.47% from 255) = 8.55%
R=63.16%
G=28.29%
B=8.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.86
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96431300.550.860.6221.6976.1521.37
Hex602BD037563E164c15
Octal1405315067126762611425
Binary110000010101111010110111101011011111010110100110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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