#60200A

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

Shades of Baker's Chocolate #60200A

Tints of Baker's Chocolate #60200A

Color information

#60200A (or 0x60200A) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 20 and 0A. RGB value is (96,32,10). Sum of RGB (Red+Green+Blue) = 96+32+10=138 (18% of max value = 765). Red value is 96 (37.89% from 255 or 69.57% from 138); Green value is 32 (12.89% from 255 or 23.19% from 138); Blue value is 10 (4.30% from 255 or 7.25% from 138); Max value from RGB is 96 - color contains mainly: red. Hex color #60200A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #60200A is #9FDFF5. Grayscale: #303030. Windows color (decimal): -10477558 or 663648. OLE color: 663648.

HSL color Cylindrical-coordinate representation of color #60200A: hue angle of 15.35º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #60200A is Cyan = 0, Magento = 0.67, Yellow = 0.90 and Black (K on CMYK) = 0.62.

Color convert

RGB963210-
CMYK00.670.900.62
HSL15.35º81.13%20.78%-
HSV(B)15.35º89.58%37.65%-
XYZ5.43.540.69-
YUV48.63106.2161.79-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 69.57%
GREEN value IS 32 (12.89% from 255) = 23.19%
BLUE value IS 10 (4.30% from 255) = 7.25%
R=69.57%
G=23.19%
B=7.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.90
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96321000.670.900.6215.3581.1320.78
Hex6020A0435A3Ef5115
Octal14040120103132761712125
Binary110000010000010100100001110110101111101111101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60200A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60200A; }

 p { color: rgb(96,32,10); }

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

<style>
 a { background-color: #60200A; }

 a { background-color: rgb(96,32,10); }

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

<style>
 span { border-color: #60200A; }

 span { border-color: rgb(96,32,10); }

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