#60300D

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

Shades of Baker's Chocolate #60300D

Tints of Baker's Chocolate #60300D

Color information

#60300D (or 0x60300D) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 30 and 0D. RGB value is (96,48,13). Sum of RGB (Red+Green+Blue) = 96+48+13=157 (20% of max value = 765). Red value is 96 (37.89% from 255 or 61.15% from 157); Green value is 48 (19.14% from 255 or 30.57% from 157); Blue value is 13 (5.47% from 255 or 8.28% from 157); Max value from RGB is 96 - color contains mainly: red. Hex color #60300D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #60300D is #9FCFF2. Grayscale: #3A3A3A. Windows color (decimal): -10473459 or 864352. OLE color: 864352.

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

Color convert

RGB964813-
CMYK00.500.860.62
HSL25.3º76.15%21.37%-
HSV(B)25.3º86.46%37.65%-
XYZ5.954.630.96-
YUV58.36102.4154.85-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 61.15%
GREEN value IS 48 (19.14% from 255) = 30.57%
BLUE value IS 13 (5.47% from 255) = 8.28%
R=61.15%
G=30.57%
B=8.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.86
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96481300.500.860.6225.376.1521.37
Hex6030D032563E194c15
Octal1406015062126763111425
Binary110000011000011010110010101011011111011001100110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60300D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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