#604825

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

Shades of Dark Brown #604825

Tints of Dark Brown #604825

Color information

#604825 (or 0x604825) is unknown color: approx Dark Brown. HEX triplet: 60, 48 and 25. RGB value is (96,72,37). Sum of RGB (Red+Green+Blue) = 96+72+37=205 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.83% from 205); Green value is 72 (28.52% from 255 or 35.12% from 205); Blue value is 37 (14.84% from 255 or 18.05% from 205); Max value from RGB is 96 - color contains mainly: red. Hex color #604825 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604825 is #9FB7DA. Grayscale: #4B4B4B. Windows color (decimal): -10467291 or 2443360. OLE color: 2443360.

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

Color convert

RGB967237-
CMYK00.250.610.62
HSL35.59º44.36%26.08%-
HSV(B)35.59º61.46%37.65%-
XYZ7.487.262.76-
YUV75.19106.45142.85-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 46.83%
GREEN value IS 72 (28.52% from 255) = 35.12%
BLUE value IS 37 (14.84% from 255) = 18.05%
R=46.83%
G=35.12%
B=18.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.61
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96723700.250.610.6235.5944.3626.08
Hex6048250193D3E242c1a
Octal140110450317576445432
Binary1100000100100010010101100111110111111010010010110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604825; }

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

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

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

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

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

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

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

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