#603711

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

Shades of Baker's Chocolate #603711

Tints of Baker's Chocolate #603711

Color information

#603711 (or 0x603711) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 37 and 11. RGB value is (96,55,17). Sum of RGB (Red+Green+Blue) = 96+55+17=168 (22% of max value = 765). Red value is 96 (37.89% from 255 or 57.14% from 168); Green value is 55 (21.88% from 255 or 32.74% from 168); Blue value is 17 (7.03% from 255 or 10.12% from 168); Max value from RGB is 96 - color contains mainly: red. Hex color #603711 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603711 is #9FC8EE. Grayscale: #3F3F3F. Windows color (decimal): -10471663 or 1128288. OLE color: 1128288.

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

Color convert

RGB965517-
CMYK00.430.820.62
HSL28.86º69.91%22.16%-
HSV(B)28.86º82.29%37.65%-
XYZ6.295.261.21-
YUV62.93102.08151.59-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 57.14%
GREEN value IS 55 (21.88% from 255) = 32.74%
BLUE value IS 17 (7.03% from 255) = 10.12%
R=57.14%
G=32.74%
B=10.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.82
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96551700.430.820.6228.8669.9122.16
Hex60371102B523E1d4616
Octal1406721053122763510626
Binary1100000110111100010101011101001011111011101100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603711; }

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

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

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

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

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

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

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

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