#60370B

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

Shades of Baker's Chocolate #60370B

Tints of Baker's Chocolate #60370B

Color information

#60370B (or 0x60370B) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 37 and 0B. RGB value is (96,55,11). Sum of RGB (Red+Green+Blue) = 96+55+11=162 (21% of max value = 765). Red value is 96 (37.89% from 255 or 59.26% from 162); Green value is 55 (21.88% from 255 or 33.95% from 162); Blue value is 11 (4.69% from 255 or 6.79% from 162); Max value from RGB is 96 - color contains mainly: red. Hex color #60370B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #60370B is #9FC8F4. Grayscale: #3E3E3E. Windows color (decimal): -10471669 or 735072. OLE color: 735072.

HSL color Cylindrical-coordinate representation of color #60370B: hue angle of 31.06º degrees, saturation: 0.79, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #60370B is Cyan = 0, Magento = 0.43, Yellow = 0.89 and Black (K on CMYK) = 0.62.

Color convert

RGB965511-
CMYK00.430.890.62
HSL31.06º79.44%20.98%-
HSV(B)31.06º88.54%37.65%-
XYZ6.255.241-
YUV62.2499.08152.08-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 59.26%
GREEN value IS 55 (21.88% from 255) = 33.95%
BLUE value IS 11 (4.69% from 255) = 6.79%
R=59.26%
G=33.95%
B=6.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.89
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96551100.430.890.6231.0679.4420.98
Hex6037B02B593E1f4f15
Octal1406713053131763711725
Binary110000011011110110101011101100111111011111100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60370B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60370B; }

 p { color: rgb(96,55,11); }

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

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

 a { background-color: rgb(96,55,11); }

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

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

 span { border-color: rgb(96,55,11); }

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