Html Css Color HEX #60370D Baker's Chocolate

📋 copy color: '#60370D'

red 96 ◦ green 55 ◦ blue 13

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

Shades of Baker's Chocolate #60370D

Tints of Baker's Chocolate #60370D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 7.93%

R = 58.54%
G = 33.54%
B = 7.93%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.86

 K value IS 0.62

RGB Variations

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

Color information

#60370D (or 0x60370D) is known color: Baker's Chocolate. HEX triplet: 60, 37 and 0D. RGB value is (96,55,13). Sum of RGB (Red+Green+Blue) = 96+55+13=164 (21% of max value = 765). Red value is 96 (37.89% from 255 or 58.54% from 164); Green value is 55 (21.88% from 255 or 33.54% from 164); Blue value is 13 (5.47% from 255 or 7.93% from 164); Max value from RGB is 96 - color contains mainly: red. Hex color #60370D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #60370D is #9FC8F2. Grayscale: #3E3E3E. Windows color (decimal): -10471667 or 866144. OLE color: 866144.

HSL color Cylindrical-coordinate representation of color #60370D: hue angle of 30.36º 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 #60370D is Cyan = 0, Magento = 0.43, Yellow = 0.86 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 55 13 -
CMYK 0 0.43 0.86 0.62
HSL 30.36º 0.76% 0.21% -
HSV(B) 30.36º 0.86% 0.38% -
XYZ 6.26 5.25 1.06 -
YUV 62.47 100.08 151.92 -
System Red Green Blue C M Y K H S L
Decimal 96 55 13 0 0.43 0.86 0.62 30.36 0.76 0.21
Hex 60 37 D 0 2B 56 3E 1E 4C 15
Octal 140 67 15 0 53 126 76 36 114 25
Binary 1100000 110111 1101 0 101011 1010110 111110 11110 1001100 10101

Color Harmonies of #60370D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60370D

Black with #60370D

Text Example


Text Example

White with #60370D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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