#604925

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

Shades of Dark Brown #604925

Tints of Dark Brown #604925

Color information

#604925 (or 0x604925) is unknown color: approx Dark Brown. HEX triplet: 60, 49 and 25. RGB value is (96,73,37). Sum of RGB (Red+Green+Blue) = 96+73+37=206 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.60% from 206); Green value is 73 (28.91% from 255 or 35.44% from 206); Blue value is 37 (14.84% from 255 or 17.96% from 206); Max value from RGB is 96 - color contains mainly: red. Hex color #604925 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604925 is #9FB6DA. Grayscale: #4B4B4B. Windows color (decimal): -10467035 or 2443616. OLE color: 2443616.

HSL color Cylindrical-coordinate representation of color #604925: hue angle of 36.61º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #604925 is Cyan = 0, Magento = 0.24, Yellow = 0.61 and Black (K on CMYK) = 0.62.

Color convert

RGB967337-
CMYK00.240.610.62
HSL36.61º44.36%26.08%-
HSV(B)36.61º61.46%37.65%-
XYZ7.547.392.78-
YUV75.77106.12142.43-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 46.60%
GREEN value IS 73 (28.91% from 255) = 35.44%
BLUE value IS 37 (14.84% from 255) = 17.96%
R=46.60%
G=35.44%
B=17.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.61
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96733700.240.610.6236.6144.3626.08
Hex6049250183D3E252c1a
Octal140111450307576455432
Binary1100000100100110010101100011110111111010010110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604925; }

 p { color: rgb(96,73,37); }

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

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

 a { background-color: rgb(96,73,37); }

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

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

 span { border-color: rgb(96,73,37); }

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