#602000

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

Shades of Baker's Chocolate #602000

Tints of Baker's Chocolate #602000

Color information

#602000 (or 0x602000) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 20 and 00. RGB value is (96,32,0). Sum of RGB (Red+Green+Blue) = 96+32+0=128 (16% of max value = 765). Red value is 96 (37.89% from 255 or 75% from 128); Green value is 32 (12.89% from 255 or 25% from 128); Blue value is 0 (0.39% from 255 or 0% from 128); Max value from RGB is 96 - color contains mainly: red. Hex color #602000 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602000 is #9FDFFF. Grayscale: #2F2F2F. Windows color (decimal): -10477568 or 8288. OLE color: 8288.

HSL color Cylindrical-coordinate representation of color #602000: hue angle of 20º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #602000 is Cyan = 0, Magento = 0.67, Yellow = 1 and Black (K on CMYK) = 0.62.

Color convert

RGB96320-
CMYK00.6710.62
HSL20º100%18.82%-
HSV(B)20º100%37.65%-
XYZ5.343.520.4-
YUV47.49101.2162.6-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 75%
GREEN value IS 32 (12.89% from 255) = 25%
BLUE value IS 0 (0.39% from 255) = 0%
R=75%
G=25%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 1
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9632000.6710.622010018.82
Hex60200043643E146413
Octal1404000103144762414423
Binary1100000100000001000011110010011111010100110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602000; }

 p { color: rgb(96,32,0); }

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

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

 a { background-color: rgb(96,32,0); }

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

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

 span { border-color: rgb(96,32,0); }

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