#60361B

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

Shades of Baker's Chocolate #60361B

Tints of Baker's Chocolate #60361B

Color information

#60361B (or 0x60361B) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 36 and 1B. RGB value is (96,54,27). Sum of RGB (Red+Green+Blue) = 96+54+27=177 (23% of max value = 765). Red value is 96 (37.89% from 255 or 54.24% from 177); Green value is 54 (21.48% from 255 or 30.51% from 177); Blue value is 27 (10.94% from 255 or 15.25% from 177); Max value from RGB is 96 - color contains mainly: red. Hex color #60361B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60361B is #9FC9E4. Grayscale: #3F3F3F. Windows color (decimal): -10471909 or 1783392. OLE color: 1783392.

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

Color convert

RGB965427-
CMYK00.440.720.62
HSL23.48º56.1%24.12%-
HSV(B)23.48º71.88%37.65%-
XYZ6.345.21.71-
YUV63.48107.41151.2-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 54.24%
GREEN value IS 54 (21.48% from 255) = 30.51%
BLUE value IS 27 (10.94% from 255) = 15.25%
R=54.24%
G=30.51%
B=15.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.72
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96542700.440.720.6223.4856.124.12
Hex60361B02C483E173818
Octal140663305411076277030
Binary110000011011011011010110010010001111101011111100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60361B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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