#602711

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

Shades of Baker's Chocolate #602711

Tints of Baker's Chocolate #602711

Color information

#602711 (or 0x602711) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 27 and 11. RGB value is (96,39,17). Sum of RGB (Red+Green+Blue) = 96+39+17=152 (20% of max value = 765). Red value is 96 (37.89% from 255 or 63.16% from 152); Green value is 39 (15.62% from 255 or 25.66% from 152); Blue value is 17 (7.03% from 255 or 11.18% from 152); Max value from RGB is 96 - color contains mainly: red. Hex color #602711 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602711 is #9FD8EE. Grayscale: #353535. Windows color (decimal): -10475759 or 1124192. OLE color: 1124192.

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

Color convert

RGB963917-
CMYK00.590.820.62
HSL16.71º69.91%22.16%-
HSV(B)16.71º82.29%37.65%-
XYZ5.653.981-
YUV53.54107.38158.29-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 63.16%
GREEN value IS 39 (15.62% from 255) = 25.66%
BLUE value IS 17 (7.03% from 255) = 11.18%
R=63.16%
G=25.66%
B=11.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.82
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96391700.590.820.6216.7169.9122.16
Hex60271103B523E114616
Octal1404721073122762110626
Binary1100000100111100010111011101001011111010001100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602711; }

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

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

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

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

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

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

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

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