#601E04

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

Shades of Baker's Chocolate #601E04

Tints of Baker's Chocolate #601E04

Color information

#601E04 (or 0x601E04) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 1E and 04. RGB value is (96,30,4). Sum of RGB (Red+Green+Blue) = 96+30+4=130 (17% of max value = 765). Red value is 96 (37.89% from 255 or 73.85% from 130); Green value is 30 (12.11% from 255 or 23.08% from 130); Blue value is 4 (1.95% from 255 or 3.08% from 130); Max value from RGB is 96 - color contains mainly: red. Hex color #601E04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #601E04 is #9FE1FB. Grayscale: #2E2E2E. Windows color (decimal): -10478076 or 269920. OLE color: 269920.

HSL color Cylindrical-coordinate representation of color #601E04: hue angle of 16.96º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #601E04 is Cyan = 0, Magento = 0.69, Yellow = 0.96 and Black (K on CMYK) = 0.62.

Color convert

RGB96304-
CMYK00.690.960.62
HSL16.96º92%19.61%-
HSV(B)16.96º95.83%37.65%-
XYZ5.313.420.5-
YUV46.77103.87163.11-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 73.85%
GREEN value IS 30 (12.11% from 255) = 23.08%
BLUE value IS 4 (1.95% from 255) = 3.08%
R=73.85%
G=23.08%
B=3.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.96
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9630400.690.960.6216.969219.61
Hex601E4045603E115c14
Octal1403640105140762113424
Binary11000001111010001000101110000011111010001101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601E04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601E04; }

 p { color: rgb(96,30,4); }

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

<style>
 a { background-color: #601E04; }

 a { background-color: rgb(96,30,4); }

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

<style>
 span { border-color: #601E04; }

 span { border-color: rgb(96,30,4); }

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