Html Css Color HEX #60370B Baker's Chocolate

📋 copy color: '#60370B'

red 96 ◦ green 55 ◦ blue 11

#60370B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Baker's Chocolate #60370B

Tints of Baker's Chocolate #60370B

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 value IS 0

 M value IS 0.43

 Y value IS 0.89

 K value IS 0.62

RGB Variations

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

Color information

#60370B (or 0x60370B) is known color: 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

RGB 96 55 11 -
CMYK 0 0.43 0.89 0.62
HSL 31.06º 0.79% 0.21% -
HSV(B) 31.06º 0.89% 0.38% -
XYZ 6.25 5.24 1 -
YUV 62.24 99.08 152.08 -
System Red Green Blue C M Y K H S L
Decimal 96 55 11 0 0.43 0.89 0.62 31.06 0.79 0.21
Hex 60 37 B 0 2B 59 3E 1F 4F 15
Octal 140 67 13 0 53 131 76 37 117 25
Binary 1100000 110111 1011 0 101011 1011001 111110 11111 1001111 10101

Color Harmonies of #60370B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60370B

Black with #60370B

Text Example


Text Example

White with #60370B

Text Example


Text Example

HTML Codes & Css Web 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>