Html Css Color HEX #60311D Baker's Chocolate

📋 copy color: '#60311D'

red 96 ◦ green 49 ◦ blue 29

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

Shades of Baker's Chocolate #60311D

Tints of Baker's Chocolate #60311D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 28.16%

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

R = 55.17%
G = 28.16%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.70

 K value IS 0.62

RGB Variations

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

Color information

#60311D (or 0x60311D) is known color: Baker's Chocolate. HEX triplet: 60, 31 and 1D. RGB value is (96,49,29). Sum of RGB (Red+Green+Blue) = 96+49+29=174 (23% of max value = 765). Red value is 96 (37.89% from 255 or 55.17% from 174); Green value is 49 (19.53% from 255 or 28.16% from 174); Blue value is 29 (11.72% from 255 or 16.67% from 174); Max value from RGB is 96 - color contains mainly: red. Hex color #60311D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60311D is #9FCEE2. Grayscale: #3C3C3C. Windows color (decimal): -10473187 or 1913184. OLE color: 1913184.

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

Color convert

RGB 96 49 29 -
CMYK 0 0.49 0.70 0.62
HSL 17.91º 0.54% 0.25% -
HSV(B) 17.91º 0.7% 0.38% -
XYZ 6.14 4.77 1.76 -
YUV 60.77 110.07 153.13 -
System Red Green Blue C M Y K H S L
Decimal 96 49 29 0 0.49 0.70 0.62 17.91 0.54 0.25
Hex 60 31 1D 0 31 46 3E 12 36 19
Octal 140 61 35 0 61 106 76 22 66 31
Binary 1100000 110001 11101 0 110001 1000110 111110 10010 110110 11001

Color Harmonies of #60311D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60311D

Black with #60311D

Text Example


Text Example

White with #60311D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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