#602801

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

Shades of Baker's Chocolate #602801

Tints of Baker's Chocolate #602801

Color information

#602801 (or 0x602801) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 28 and 01. RGB value is (96,40,1). Sum of RGB (Red+Green+Blue) = 96+40+1=137 (18% of max value = 765). Red value is 96 (37.89% from 255 or 70.07% from 137); Green value is 40 (16.02% from 255 or 29.20% from 137); Blue value is 1 (0.78% from 255 or 0.73% from 137); Max value from RGB is 96 - color contains mainly: red. Hex color #602801 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602801 is #9FD7FE. Grayscale: #343434. Windows color (decimal): -10475519 or 75872. OLE color: 75872.

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

Color convert

RGB96401-
CMYK00.580.990.62
HSL24.63º97.94%19.02%-
HSV(B)24.63º98.96%37.65%-
XYZ5.594.010.51-
YUV52.399.05159.17-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 70.07%
GREEN value IS 40 (16.02% from 255) = 29.20%
BLUE value IS 1 (0.78% from 255) = 0.73%
R=70.07%
G=29.20%
B=0.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.99
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9640100.580.990.6224.6397.9419.02
Hex6028103A633E196213
Octal140501072143763114223
Binary110000010100010111010110001111111011001110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602801; }

 p { color: rgb(96,40,1); }

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

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

 a { background-color: rgb(96,40,1); }

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

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

 span { border-color: rgb(96,40,1); }

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