Html Css Color HEX #60371D Baker's Chocolate

📋 copy color: '#60371D'

red 96 ◦ green 55 ◦ blue 29

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

Shades of Baker's Chocolate #60371D

Tints of Baker's Chocolate #60371D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 16.11%

R = 53.33%
G = 30.56%
B = 16.11%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.70

 K value IS 0.62

RGB Variations

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

Color information

#60371D (or 0x60371D) is known color: Baker's Chocolate. HEX triplet: 60, 37 and 1D. RGB value is (96,55,29). Sum of RGB (Red+Green+Blue) = 96+55+29=180 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.33% from 180); Green value is 55 (21.88% from 255 or 30.56% from 180); Blue value is 29 (11.72% from 255 or 16.11% from 180); Max value from RGB is 96 - color contains mainly: red. Hex color #60371D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60371D is #9FC8E2. Grayscale: #404040. Windows color (decimal): -10471651 or 1914720. OLE color: 1914720.

HSL color Cylindrical-coordinate representation of color #60371D: hue angle of 23.28º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #60371D is Cyan = 0, Magento = 0.43, Yellow = 0.70 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 55 29 -
CMYK 0 0.43 0.70 0.62
HSL 23.28º 0.54% 0.25% -
HSV(B) 23.28º 0.7% 0.38% -
XYZ 6.41 5.31 1.85 -
YUV 64.3 108.08 150.61 -
System Red Green Blue C M Y K H S L
Decimal 96 55 29 0 0.43 0.70 0.62 23.28 0.54 0.25
Hex 60 37 1D 0 2B 46 3E 17 36 19
Octal 140 67 35 0 53 106 76 27 66 31
Binary 1100000 110111 11101 0 101011 1000110 111110 10111 110110 11001

Color Harmonies of #60371D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60371D

Black with #60371D

Text Example


Text Example

White with #60371D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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