#602E05

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

Shades of Baker's Chocolate #602E05

Tints of Baker's Chocolate #602E05

Color information

#602E05 (or 0x602E05) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 2E and 05. RGB value is (96,46,5). Sum of RGB (Red+Green+Blue) = 96+46+5=147 (19% of max value = 765). Red value is 96 (37.89% from 255 or 65.31% from 147); Green value is 46 (18.36% from 255 or 31.29% from 147); Blue value is 5 (2.34% from 255 or 3.40% from 147); Max value from RGB is 96 - color contains mainly: red. Hex color #602E05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602E05 is #9FD1FA. Grayscale: #383838. Windows color (decimal): -10473979 or 339552. OLE color: 339552.

HSL color Cylindrical-coordinate representation of color #602E05: hue angle of 27.03º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #602E05 is Cyan = 0, Magento = 0.52, Yellow = 0.95 and Black (K on CMYK) = 0.62.

Color convert

RGB96465-
CMYK00.520.950.62
HSL27.03º90.1%19.8%-
HSV(B)27.03º94.79%37.65%-
XYZ5.834.450.7-
YUV56.2899.06156.33-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 65.31%
GREEN value IS 46 (18.36% from 255) = 31.29%
BLUE value IS 5 (2.34% from 255) = 3.40%
R=65.31%
G=31.29%
B=3.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.95
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9646500.520.950.6227.0390.119.8
Hex602E50345F3E1b5a14
Octal140565064137763313224
Binary11000001011101010110100101111111111011011101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602E05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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