#604725

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

Shades of Dark Brown #604725

Tints of Dark Brown #604725

Color information

#604725 (or 0x604725) is unknown color: approx Dark Brown. HEX triplet: 60, 47 and 25. RGB value is (96,71,37). Sum of RGB (Red+Green+Blue) = 96+71+37=204 (27% of max value = 765). Red value is 96 (37.89% from 255 or 47.06% from 204); Green value is 71 (28.12% from 255 or 34.80% from 204); Blue value is 37 (14.84% from 255 or 18.14% from 204); Max value from RGB is 96 - color contains mainly: red. Hex color #604725 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604725 is #9FB8DA. Grayscale: #4A4A4A. Windows color (decimal): -10467547 or 2443104. OLE color: 2443104.

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

Color convert

RGB967137-
CMYK00.260.610.62
HSL34.58º44.36%26.08%-
HSV(B)34.58º61.46%37.65%-
XYZ7.417.132.74-
YUV74.6106.78143.26-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 47.06%
GREEN value IS 71 (28.12% from 255) = 34.80%
BLUE value IS 37 (14.84% from 255) = 18.14%
R=47.06%
G=34.80%
B=18.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.61
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96713700.260.610.6234.5844.3626.08
Hex60472501A3D3E232c1a
Octal140107450327576435432
Binary1100000100011110010101101011110111111010001110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604725; }

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

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

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

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

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

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

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

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