#602807

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

Shades of Baker's Chocolate #602807

Tints of Baker's Chocolate #602807

Color information

#602807 (or 0x602807) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 28 and 07. RGB value is (96,40,7). Sum of RGB (Red+Green+Blue) = 96+40+7=143 (18% of max value = 765). Red value is 96 (37.89% from 255 or 67.13% from 143); Green value is 40 (16.02% from 255 or 27.97% from 143); Blue value is 7 (3.12% from 255 or 4.90% from 143); Max value from RGB is 96 - color contains mainly: red. Hex color #602807 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602807 is #9FD7F8. Grayscale: #353535. Windows color (decimal): -10475513 or 469088. OLE color: 469088.

HSL color Cylindrical-coordinate representation of color #602807: hue angle of 22.25º 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 #602807 is Cyan = 0, Magento = 0.58, Yellow = 0.93 and Black (K on CMYK) = 0.62.

Color convert

RGB96407-
CMYK00.580.930.62
HSL22.25º86.41%20.2%-
HSV(B)22.25º92.71%37.65%-
XYZ5.624.020.68-
YUV52.98102.05158.68-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 67.13%
GREEN value IS 40 (16.02% from 255) = 27.97%
BLUE value IS 7 (3.12% from 255) = 4.90%
R=67.13%
G=27.97%
B=4.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.93
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9640700.580.930.6222.2586.4120.2
Hex6028703A5D3E165614
Octal140507072135762612624
Binary11000001010001110111010101110111111010110101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602807

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602807; }

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

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

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

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

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

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

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

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