Html Css Color HEX #60311C Baker's Chocolate

📋 copy color: '#60311C'

red 96 ◦ green 49 ◦ blue 28

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

Shades of Baker's Chocolate #60311C

Tints of Baker's Chocolate #60311C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 16.18%

R = 55.49%
G = 28.32%
B = 16.18%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.71

 K value IS 0.62

RGB Variations

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

Color information

#60311C (or 0x60311C) is known color: Baker's Chocolate. HEX triplet: 60, 31 and 1C. RGB value is (96,49,28). Sum of RGB (Red+Green+Blue) = 96+49+28=173 (22% of max value = 765). Red value is 96 (37.89% from 255 or 55.49% from 173); Green value is 49 (19.53% from 255 or 28.32% from 173); Blue value is 28 (11.33% from 255 or 16.18% from 173); Max value from RGB is 96 - color contains mainly: red. Hex color #60311C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60311C is #9FCEE3. Grayscale: #3C3C3C. Windows color (decimal): -10473188 or 1847648. OLE color: 1847648.

HSL color Cylindrical-coordinate representation of color #60311C: hue angle of 18.53º degrees, saturation: 0.55, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #60311C is Cyan = 0, Magento = 0.49, Yellow = 0.71 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 49 28 -
CMYK 0 0.49 0.71 0.62
HSL 18.53º 0.55% 0.24% -
HSV(B) 18.53º 0.71% 0.38% -
XYZ 6.13 4.77 1.7 -
YUV 60.66 109.57 153.21 -
System Red Green Blue C M Y K H S L
Decimal 96 49 28 0 0.49 0.71 0.62 18.53 0.55 0.24
Hex 60 31 1C 0 31 47 3E 13 37 18
Octal 140 61 34 0 61 107 76 23 67 30
Binary 1100000 110001 11100 0 110001 1000111 111110 10011 110111 11000

Color Harmonies of #60311C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60311C

Black with #60311C

Text Example


Text Example

White with #60311C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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