Html Css Color HEX #60321D Baker's Chocolate

📋 copy color: '#60321D'

red 96 ◦ green 50 ◦ blue 29

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

Shades of Baker's Chocolate #60321D

Tints of Baker's Chocolate #60321D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 28.57%

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

R = 54.86%
G = 28.57%
B = 16.57%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.70

 K value IS 0.62

RGB Variations

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

Color information

#60321D (or 0x60321D) is known color: Baker's Chocolate. HEX triplet: 60, 32 and 1D. RGB value is (96,50,29). Sum of RGB (Red+Green+Blue) = 96+50+29=175 (23% of max value = 765). Red value is 96 (37.89% from 255 or 54.86% from 175); Green value is 50 (19.92% from 255 or 28.57% from 175); Blue value is 29 (11.72% from 255 or 16.57% from 175); Max value from RGB is 96 - color contains mainly: red. Hex color #60321D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60321D is #9FCDE2. Grayscale: #3D3D3D. Windows color (decimal): -10472931 or 1913440. OLE color: 1913440.

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

Color convert

RGB 96 50 29 -
CMYK 0 0.48 0.70 0.62
HSL 18.81º 0.54% 0.25% -
HSV(B) 18.81º 0.7% 0.38% -
XYZ 6.19 4.86 1.77 -
YUV 61.36 109.74 152.71 -
System Red Green Blue C M Y K H S L
Decimal 96 50 29 0 0.48 0.70 0.62 18.81 0.54 0.25
Hex 60 32 1D 0 30 46 3E 13 36 19
Octal 140 62 35 0 60 106 76 23 66 31
Binary 1100000 110010 11101 0 110000 1000110 111110 10011 110110 11001

Color Harmonies of #60321D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60321D

Black with #60321D

Text Example


Text Example

White with #60321D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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