#60301D

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

Shades of Baker's Chocolate #60301D

Tints of Baker's Chocolate #60301D

Color information

#60301D (or 0x60301D) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 30 and 1D. RGB value is (96,48,29). Sum of RGB (Red+Green+Blue) = 96+48+29=173 (22% of max value = 765). Red value is 96 (37.89% from 255 or 55.49% from 173); Green value is 48 (19.14% from 255 or 27.75% from 173); Blue value is 29 (11.72% from 255 or 16.76% from 173); Max value from RGB is 96 - color contains mainly: red. Hex color #60301D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60301D is #9FCFE2. Grayscale: #3C3C3C. Windows color (decimal): -10473443 or 1912928. OLE color: 1912928.

HSL color Cylindrical-coordinate representation of color #60301D: hue angle of 17.01º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #60301D is Cyan = 0, Magento = 0.50, Yellow = 0.70 and Black (K on CMYK) = 0.62.

Color convert

RGB964829-
CMYK00.500.700.62
HSL17.01º53.6%24.51%-
HSV(B)17.01º69.79%37.65%-
XYZ6.14.691.75-
YUV60.19110.4153.54-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 55.49%
GREEN value IS 48 (19.14% from 255) = 27.75%
BLUE value IS 29 (11.72% from 255) = 16.76%
R=55.49%
G=27.75%
B=16.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.70
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96482900.500.700.6217.0153.624.51
Hex60301D032463E113619
Octal140603506210676216631
Binary110000011000011101011001010001101111101000111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60301D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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