#602702

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

Shades of Baker's Chocolate #602702

Tints of Baker's Chocolate #602702

Color information

#602702 (or 0x602702) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 27 and 02. RGB value is (96,39,2). Sum of RGB (Red+Green+Blue) = 96+39+2=137 (18% of max value = 765). Red value is 96 (37.89% from 255 or 70.07% from 137); Green value is 39 (15.62% from 255 or 28.47% from 137); Blue value is 2 (1.17% from 255 or 1.46% from 137); Max value from RGB is 96 - color contains mainly: red. Hex color #602702 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602702 is #9FD8FD. Grayscale: #343434. Windows color (decimal): -10475774 or 141152. OLE color: 141152.

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

Color convert

RGB96392-
CMYK00.590.980.62
HSL23.62º95.92%19.22%-
HSV(B)23.62º97.92%37.65%-
XYZ5.563.940.53-
YUV51.8299.88159.51-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 70.07%
GREEN value IS 39 (15.62% from 255) = 28.47%
BLUE value IS 2 (1.17% from 255) = 1.46%
R=70.07%
G=28.47%
B=1.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.98
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9639200.590.980.6223.6295.9219.22
Hex6027203B623E186013
Octal140472073142763014023
Binary1100000100111100111011110001011111011000110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602702; }

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

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

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

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

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

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

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

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