#602704

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

Shades of Baker's Chocolate #602704

Tints of Baker's Chocolate #602704

Color information

#602704 (or 0x602704) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 27 and 04. RGB value is (96,39,4). Sum of RGB (Red+Green+Blue) = 96+39+4=139 (18% of max value = 765). Red value is 96 (37.89% from 255 or 69.06% from 139); Green value is 39 (15.62% from 255 or 28.06% from 139); Blue value is 4 (1.95% from 255 or 2.88% from 139); Max value from RGB is 96 - color contains mainly: red. Hex color #602704 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602704 is #9FD8FB. Grayscale: #343434. Windows color (decimal): -10475772 or 272224. OLE color: 272224.

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

Color convert

RGB96394-
CMYK00.590.960.62
HSL22.83º92%19.61%-
HSV(B)22.83º95.83%37.65%-
XYZ5.573.950.58-
YUV52.05100.88159.35-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 69.06%
GREEN value IS 39 (15.62% from 255) = 28.06%
BLUE value IS 4 (1.95% from 255) = 2.88%
R=69.06%
G=28.06%
B=2.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.96
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9639400.590.960.6222.839219.61
Hex6027403B603E175c14
Octal140474073140762713424
Binary11000001001111000111011110000011111010111101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602704; }

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

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

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

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

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

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

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

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