#602E04

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

Shades of Baker's Chocolate #602E04

Tints of Baker's Chocolate #602E04

Color information

#602E04 (or 0x602E04) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 2E and 04. RGB value is (96,46,4). Sum of RGB (Red+Green+Blue) = 96+46+4=146 (19% of max value = 765). Red value is 96 (37.89% from 255 or 65.75% from 146); Green value is 46 (18.36% from 255 or 31.51% from 146); Blue value is 4 (1.95% from 255 or 2.74% from 146); Max value from RGB is 96 - color contains mainly: red. Hex color #602E04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602E04 is #9FD1FB. Grayscale: #383838. Windows color (decimal): -10473980 or 274016. OLE color: 274016.

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

Color convert

RGB96464-
CMYK00.520.960.62
HSL27.39º92%19.61%-
HSV(B)27.39º95.83%37.65%-
XYZ5.824.450.67-
YUV56.1698.56156.42-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 65.75%
GREEN value IS 46 (18.36% from 255) = 31.51%
BLUE value IS 4 (1.95% from 255) = 2.74%
R=65.75%
G=31.51%
B=2.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.96
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9646400.520.960.6227.399219.61
Hex602E4034603E1b5c14
Octal140564064140763313424
Binary11000001011101000110100110000011111011011101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602E04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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