#60330F

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

Shades of Baker's Chocolate #60330F

Tints of Baker's Chocolate #60330F

Color information

#60330F (or 0x60330F) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 33 and 0F. RGB value is (96,51,15). Sum of RGB (Red+Green+Blue) = 96+51+15=162 (21% of max value = 765). Red value is 96 (37.89% from 255 or 59.26% from 162); Green value is 51 (20.31% from 255 or 31.48% from 162); Blue value is 15 (6.25% from 255 or 9.26% from 162); Max value from RGB is 96 - color contains mainly: red. Hex color #60330F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #60330F is #9FCCF0. Grayscale: #3C3C3C. Windows color (decimal): -10472689 or 996192. OLE color: 996192.

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

Color convert

RGB965115-
CMYK00.470.840.62
HSL26.67º72.97%21.76%-
HSV(B)26.67º84.38%37.65%-
XYZ6.094.891.07-
YUV60.35102.41153.43-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 59.26%
GREEN value IS 51 (20.31% from 255) = 31.48%
BLUE value IS 15 (6.25% from 255) = 9.26%
R=59.26%
G=31.48%
B=9.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.84
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96511500.470.840.6226.6772.9721.76
Hex6033F02F543E1b4916
Octal1406317057124763311126
Binary110000011001111110101111101010011111011011100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60330F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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