#60300F

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

Shades of Baker's Chocolate #60300F

Tints of Baker's Chocolate #60300F

Color information

#60300F (or 0x60300F) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 30 and 0F. RGB value is (96,48,15). Sum of RGB (Red+Green+Blue) = 96+48+15=159 (21% of max value = 765). Red value is 96 (37.89% from 255 or 60.38% from 159); Green value is 48 (19.14% from 255 or 30.19% from 159); Blue value is 15 (6.25% from 255 or 9.43% from 159); Max value from RGB is 96 - color contains mainly: red. Hex color #60300F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #60300F is #9FCFF0. Grayscale: #3A3A3A. Windows color (decimal): -10473457 or 995424. OLE color: 995424.

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

Color convert

RGB964815-
CMYK00.500.840.62
HSL24.44º72.97%21.76%-
HSV(B)24.44º84.38%37.65%-
XYZ5.974.641.03-
YUV58.59103.4154.68-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 60.38%
GREEN value IS 48 (19.14% from 255) = 30.19%
BLUE value IS 15 (6.25% from 255) = 9.43%
R=60.38%
G=30.19%
B=9.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.84
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96481500.500.840.6224.4472.9721.76
Hex6030F032543E184916
Octal1406017062124763011126
Binary110000011000011110110010101010011111011000100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60300F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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