#604311

Color #604311 Dark Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Brown #604311

Tints of Dark Brown #604311

Color information

#604311 (or 0x604311) is unknown color: approx Dark Brown. HEX triplet: 60, 43 and 11. RGB value is (96,67,17). Sum of RGB (Red+Green+Blue) = 96+67+17=180 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.33% from 180); Green value is 67 (26.56% from 255 or 37.22% from 180); Blue value is 17 (7.03% from 255 or 9.44% from 180); Max value from RGB is 96 - color contains mainly: red. Hex color #604311 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #604311 is #9FBCEE. Grayscale: #464646. Windows color (decimal): -10468591 or 1131360. OLE color: 1131360.

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

Color convert

RGB966717-
CMYK00.300.820.62
HSL37.97º69.91%22.16%-
HSV(B)37.97º82.29%37.65%-
XYZ6.936.541.43-
YUV69.9798.11146.57-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 53.33%
GREEN value IS 67 (26.56% from 255) = 37.22%
BLUE value IS 17 (7.03% from 255) = 9.44%
R=53.33%
G=37.22%
B=9.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.82
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96671700.300.820.6237.9769.9122.16
Hex60431101E523E264616
Octal14010321036122764610626
Binary11000001000011100010111101010010111110100110100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604311; }

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

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

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

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

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

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

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

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