#601C04

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

Shades of Baker's Chocolate #601C04

Tints of Baker's Chocolate #601C04

Color information

#601C04 (or 0x601C04) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 1C and 04. RGB value is (96,28,4). Sum of RGB (Red+Green+Blue) = 96+28+4=128 (16% of max value = 765). Red value is 96 (37.89% from 255 or 75% from 128); Green value is 28 (11.33% from 255 or 21.88% from 128); Blue value is 4 (1.95% from 255 or 3.12% from 128); Max value from RGB is 96 - color contains mainly: red. Hex color #601C04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #601C04 is #9FE3FB. Grayscale: #2D2D2D. Windows color (decimal): -10478588 or 269408. OLE color: 269408.

HSL color Cylindrical-coordinate representation of color #601C04: hue angle of 15.65º 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 #601C04 is Cyan = 0, Magento = 0.71, Yellow = 0.96 and Black (K on CMYK) = 0.62.

Color convert

RGB96284-
CMYK00.710.960.62
HSL15.65º92%19.61%-
HSV(B)15.65º95.83%37.65%-
XYZ5.263.330.48-
YUV45.6104.53163.95-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 75%
GREEN value IS 28 (11.33% from 255) = 21.88%
BLUE value IS 4 (1.95% from 255) = 3.12%
R=75%
G=21.88%
B=3.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.96
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9628400.710.960.6215.659219.61
Hex601C4047603E105c14
Octal1403440107140762013424
Binary11000001110010001000111110000011111010000101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601C04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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