Html Css Color HEX #60321B Baker's Chocolate

📋 copy color: '#60321B'

red 96 ◦ green 50 ◦ blue 27

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

Shades of Baker's Chocolate #60321B

Tints of Baker's Chocolate #60321B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 15.61%

R = 55.49%
G = 28.9%
B = 15.61%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.72

 K value IS 0.62

RGB Variations

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

Color information

#60321B (or 0x60321B) is known color: Baker's Chocolate. HEX triplet: 60, 32 and 1B. RGB value is (96,50,27). Sum of RGB (Red+Green+Blue) = 96+50+27=173 (22% of max value = 765). Red value is 96 (37.89% from 255 or 55.49% from 173); Green value is 50 (19.92% from 255 or 28.90% from 173); Blue value is 27 (10.94% from 255 or 15.61% from 173); Max value from RGB is 96 - color contains mainly: red. Hex color #60321B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60321B is #9FCDE4. Grayscale: #3D3D3D. Windows color (decimal): -10472933 or 1782368. OLE color: 1782368.

HSL color Cylindrical-coordinate representation of color #60321B: hue angle of 20º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #60321B is Cyan = 0, Magento = 0.48, Yellow = 0.72 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 50 27 -
CMYK 0 0.48 0.72 0.62
HSL 20º 0.56% 0.24% -
HSV(B) 20º 0.72% 0.38% -
XYZ 6.16 4.85 1.65 -
YUV 61.13 108.74 152.87 -
System Red Green Blue C M Y K H S L
Decimal 96 50 27 0 0.48 0.72 0.62 20 0.56 0.24
Hex 60 32 1B 0 30 48 3E 14 38 18
Octal 140 62 33 0 60 110 76 24 70 30
Binary 1100000 110010 11011 0 110000 1001000 111110 10100 111000 11000

Color Harmonies of #60321B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60321B

Black with #60321B

Text Example


Text Example

White with #60321B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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