Html Css Color HEX #60370E Baker's Chocolate

📋 copy color: '#60370E'

red 96 ◦ green 55 ◦ blue 14

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

Shades of Baker's Chocolate #60370E

Tints of Baker's Chocolate #60370E

RGB

 RED value IS 96 (37.89% from 255) = 58.18%

 GREEN value IS 55 (21.88% from 255) = 33.33%

 BLUE value IS 14 (5.86% from 255) = 8.48%

R = 58.18%
G = 33.33%
B = 8.48%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.85

 K value IS 0.62

RGB Variations

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

Color information

#60370E (or 0x60370E) is known color: Baker's Chocolate. HEX triplet: 60, 37 and 0E. RGB value is (96,55,14). Sum of RGB (Red+Green+Blue) = 96+55+14=165 (21% of max value = 765). Red value is 96 (37.89% from 255 or 58.18% from 165); Green value is 55 (21.88% from 255 or 33.33% from 165); Blue value is 14 (5.86% from 255 or 8.48% from 165); Max value from RGB is 96 - color contains mainly: red. Hex color #60370E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #60370E is #9FC8F1. Grayscale: #3E3E3E. Windows color (decimal): -10471666 or 931680. OLE color: 931680.

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

Color convert

RGB 96 55 14 -
CMYK 0 0.43 0.85 0.62
HSL 30º 0.75% 0.22% -
HSV(B) 30º 0.85% 0.38% -
XYZ 6.27 5.25 1.1 -
YUV 62.59 100.58 151.83 -
System Red Green Blue C M Y K H S L
Decimal 96 55 14 0 0.43 0.85 0.62 30 0.75 0.22
Hex 60 37 E 0 2B 55 3E 1E 4B 16
Octal 140 67 16 0 53 125 76 36 113 26
Binary 1100000 110111 1110 0 101011 1010101 111110 11110 1001011 10110

Color Harmonies of #60370E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60370E

Black with #60370E

Text Example


Text Example

White with #60370E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #60370E;
 }
 .AnyTagClassName
 {
   color: #60370E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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