#60341B

Color #60341B Baker's Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baker's Chocolate #60341B

Tints of Baker's Chocolate #60341B

Color information

#60341B (or 0x60341B) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 34 and 1B. RGB value is (96,52,27). Sum of RGB (Red+Green+Blue) = 96+52+27=175 (23% of max value = 765). Red value is 96 (37.89% from 255 or 54.86% from 175); Green value is 52 (20.70% from 255 or 29.71% from 175); Blue value is 27 (10.94% from 255 or 15.43% from 175); Max value from RGB is 96 - color contains mainly: red. Hex color #60341B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60341B is #9FCBE4. Grayscale: #3E3E3E. Windows color (decimal): -10472421 or 1782880. OLE color: 1782880.

HSL color Cylindrical-coordinate representation of color #60341B: hue angle of 21.74º 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 #60341B is Cyan = 0, Magento = 0.46, Yellow = 0.72 and Black (K on CMYK) = 0.62.

Color convert

RGB965227-
CMYK00.460.720.62
HSL21.74º56.1%24.12%-
HSV(B)21.74º71.88%37.65%-
XYZ6.255.021.68-
YUV62.31108.08152.03-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 54.86%
GREEN value IS 52 (20.70% from 255) = 29.71%
BLUE value IS 27 (10.94% from 255) = 15.43%
R=54.86%
G=29.71%
B=15.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.72
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96522700.460.720.6221.7456.124.12
Hex60341B02E483E163818
Octal140643305611076267030
Binary110000011010011011010111010010001111101011011100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60341B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #60341B;
 }
 .AnyTagClassName
 {
   color: #60341B;
 }
</style>
background-color css

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

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

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

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

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

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