#60340D

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

Shades of Baker's Chocolate #60340D

Tints of Baker's Chocolate #60340D

Color information

#60340D (or 0x60340D) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 34 and 0D. RGB value is (96,52,13). Sum of RGB (Red+Green+Blue) = 96+52+13=161 (21% of max value = 765). Red value is 96 (37.89% from 255 or 59.63% from 161); Green value is 52 (20.70% from 255 or 32.30% from 161); Blue value is 13 (5.47% from 255 or 8.07% from 161); Max value from RGB is 96 - color contains mainly: red. Hex color #60340D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #60340D is #9FCBF2. Grayscale: #3C3C3C. Windows color (decimal): -10472435 or 865376. OLE color: 865376.

HSL color Cylindrical-coordinate representation of color #60340D: hue angle of 28.19º 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 #60340D is Cyan = 0, Magento = 0.46, Yellow = 0.86 and Black (K on CMYK) = 0.62.

Color convert

RGB965213-
CMYK00.460.860.62
HSL28.19º76.15%21.37%-
HSV(B)28.19º86.46%37.65%-
XYZ6.124.971.02-
YUV60.71101.08153.17-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 59.63%
GREEN value IS 52 (20.70% from 255) = 32.30%
BLUE value IS 13 (5.47% from 255) = 8.07%
R=59.63%
G=32.30%
B=8.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.86
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96521300.460.860.6228.1976.1521.37
Hex6034D02E563E1c4c15
Octal1406415056126763411425
Binary110000011010011010101110101011011111011100100110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60340D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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