#602E07

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

Shades of Baker's Chocolate #602E07

Tints of Baker's Chocolate #602E07

Color information

#602E07 (or 0x602E07) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 2E and 07. RGB value is (96,46,7). Sum of RGB (Red+Green+Blue) = 96+46+7=149 (19% of max value = 765). Red value is 96 (37.89% from 255 or 64.43% from 149); Green value is 46 (18.36% from 255 or 30.87% from 149); Blue value is 7 (3.12% from 255 or 4.70% from 149); Max value from RGB is 96 - color contains mainly: red. Hex color #602E07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602E07 is #9FD1F8. Grayscale: #383838. Windows color (decimal): -10473977 or 470624. OLE color: 470624.

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

Color convert

RGB96467-
CMYK00.520.930.62
HSL26.29º86.41%20.2%-
HSV(B)26.29º92.71%37.65%-
XYZ5.844.460.75-
YUV56.5100.06156.17-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 64.43%
GREEN value IS 46 (18.36% from 255) = 30.87%
BLUE value IS 7 (3.12% from 255) = 4.70%
R=64.43%
G=30.87%
B=4.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.93
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9646700.520.930.6226.2986.4120.2
Hex602E70345D3E1a5614
Octal140567064135763212624
Binary11000001011101110110100101110111111011010101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602E07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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