#602802

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

Shades of Baker's Chocolate #602802

Tints of Baker's Chocolate #602802

Color information

#602802 (or 0x602802) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 28 and 02. RGB value is (96,40,2). Sum of RGB (Red+Green+Blue) = 96+40+2=138 (18% of max value = 765). Red value is 96 (37.89% from 255 or 69.57% from 138); Green value is 40 (16.02% from 255 or 28.99% from 138); Blue value is 2 (1.17% from 255 or 1.45% from 138); Max value from RGB is 96 - color contains mainly: red. Hex color #602802 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602802 is #9FD7FD. Grayscale: #343434. Windows color (decimal): -10475518 or 141408. OLE color: 141408.

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

Color convert

RGB96402-
CMYK00.580.980.62
HSL24.26º95.92%19.22%-
HSV(B)24.26º97.92%37.65%-
XYZ5.594.010.54-
YUV52.4199.55159.09-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 69.57%
GREEN value IS 40 (16.02% from 255) = 28.99%
BLUE value IS 2 (1.17% from 255) = 1.45%
R=69.57%
G=28.99%
B=1.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.98
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9640200.580.980.6224.2695.9219.22
Hex6028203A623E186013
Octal140502072142763014023
Binary1100000101000100111010110001011111011000110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602802; }

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

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

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

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

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

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

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

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