#60380A

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

Shades of Baker's Chocolate #60380A

Tints of Baker's Chocolate #60380A

Color information

#60380A (or 0x60380A) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 38 and 0A. RGB value is (96,56,10). Sum of RGB (Red+Green+Blue) = 96+56+10=162 (21% of max value = 765). Red value is 96 (37.89% from 255 or 59.26% from 162); Green value is 56 (22.27% from 255 or 34.57% from 162); Blue value is 10 (4.30% from 255 or 6.17% from 162); Max value from RGB is 96 - color contains mainly: red. Hex color #60380A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #60380A is #9FC7F5. Grayscale: #3E3E3E. Windows color (decimal): -10471414 or 669792. OLE color: 669792.

HSL color Cylindrical-coordinate representation of color #60380A: hue angle of 32.09º 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 #60380A is Cyan = 0, Magento = 0.42, Yellow = 0.90 and Black (K on CMYK) = 0.62.

Color convert

RGB965610-
CMYK00.420.900.62
HSL32.09º81.13%20.78%-
HSV(B)32.09º89.58%37.65%-
XYZ6.295.340.99-
YUV62.7298.25151.74-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 59.26%
GREEN value IS 56 (22.27% from 255) = 34.57%
BLUE value IS 10 (4.30% from 255) = 6.17%
R=59.26%
G=34.57%
B=6.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.90
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96561000.420.900.6232.0981.1320.78
Hex6038A02A5A3E205115
Octal1407012052132764012125
Binary1100000111000101001010101011010111110100000101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60380A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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