#60330D

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

Shades of Baker's Chocolate #60330D

Tints of Baker's Chocolate #60330D

Color information

#60330D (or 0x60330D) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 33 and 0D. RGB value is (96,51,13). Sum of RGB (Red+Green+Blue) = 96+51+13=160 (21% of max value = 765). Red value is 96 (37.89% from 255 or 60% from 160); Green value is 51 (20.31% from 255 or 31.88% from 160); Blue value is 13 (5.47% from 255 or 8.12% from 160); Max value from RGB is 96 - color contains mainly: red. Hex color #60330D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #60330D is #9FCCF2. Grayscale: #3C3C3C. Windows color (decimal): -10472691 or 865120. OLE color: 865120.

HSL color Cylindrical-coordinate representation of color #60330D: hue angle of 27.47º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #60330D is Cyan = 0, Magento = 0.47, Yellow = 0.86 and Black (K on CMYK) = 0.62.

Color convert

RGB965113-
CMYK00.470.860.62
HSL27.47º76.15%21.37%-
HSV(B)27.47º86.46%37.65%-
XYZ6.084.881-
YUV60.12101.41153.59-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 60%
GREEN value IS 51 (20.31% from 255) = 31.88%
BLUE value IS 13 (5.47% from 255) = 8.12%
R=60%
G=31.88%
B=8.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.86
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96511300.470.860.6227.4776.1521.37
Hex6033D02F563E1b4c15
Octal1406315057126763311425
Binary110000011001111010101111101011011111011011100110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60330D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,51,13); }

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

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

 a { background-color: rgb(96,51,13); }

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

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

 span { border-color: rgb(96,51,13); }

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