#604120

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

Shades of Dark Brown #604120

Tints of Dark Brown #604120

Color information

#604120 (or 0x604120) is unknown color: approx Dark Brown. HEX triplet: 60, 41 and 20. RGB value is (96,65,32). Sum of RGB (Red+Green+Blue) = 96+65+32=193 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.74% from 193); Green value is 65 (25.78% from 255 or 33.68% from 193); Blue value is 32 (12.89% from 255 or 16.58% from 193); Max value from RGB is 96 - color contains mainly: red. Hex color #604120 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604120 is #9FBEDF. Grayscale: #464646. Windows color (decimal): -10469088 or 2113888. OLE color: 2113888.

HSL color Cylindrical-coordinate representation of color #604120: hue angle of 30.94º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #604120 is Cyan = 0, Magento = 0.32, Yellow = 0.67 and Black (K on CMYK) = 0.62.

Color convert

RGB966532-
CMYK00.320.670.62
HSL30.94º50%25.1%-
HSV(B)30.94º66.67%37.65%-
XYZ6.976.372.23-
YUV70.51106.27146.18-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 49.74%
GREEN value IS 65 (25.78% from 255) = 33.68%
BLUE value IS 32 (12.89% from 255) = 16.58%
R=49.74%
G=33.68%
B=16.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.67
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96653200.320.670.6230.945025.1
Hex604120020433E1f3219
Octal1401014004010376376231
Binary11000001000001100000010000010000111111101111111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604120; }

 p { color: rgb(96,65,32); }

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

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

 a { background-color: rgb(96,65,32); }

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

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

 span { border-color: rgb(96,65,32); }

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