#60351B

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

Shades of Baker's Chocolate #60351B

Tints of Baker's Chocolate #60351B

Color information

#60351B (or 0x60351B) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 35 and 1B. RGB value is (96,53,27). Sum of RGB (Red+Green+Blue) = 96+53+27=176 (23% of max value = 765). Red value is 96 (37.89% from 255 or 54.55% from 176); Green value is 53 (21.09% from 255 or 30.11% from 176); Blue value is 27 (10.94% from 255 or 15.34% from 176); Max value from RGB is 96 - color contains mainly: red. Hex color #60351B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60351B is #9FCAE4. Grayscale: #3F3F3F. Windows color (decimal): -10472165 or 1783136. OLE color: 1783136.

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

Color convert

RGB965327-
CMYK00.450.720.62
HSL22.61º56.1%24.12%-
HSV(B)22.61º71.88%37.65%-
XYZ6.295.111.69-
YUV62.89107.75151.61-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 54.55%
GREEN value IS 53 (21.09% from 255) = 30.11%
BLUE value IS 27 (10.94% from 255) = 15.34%
R=54.55%
G=30.11%
B=15.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.72
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96532700.450.720.6222.6156.124.12
Hex60351B02D483E173818
Octal140653305511076277030
Binary110000011010111011010110110010001111101011111100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60351B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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