#604525

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

Shades of Dark Brown #604525

Tints of Dark Brown #604525

Color information

#604525 (or 0x604525) is unknown color: approx Dark Brown. HEX triplet: 60, 45 and 25. RGB value is (96,69,37). Sum of RGB (Red+Green+Blue) = 96+69+37=202 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.52% from 202); Green value is 69 (27.34% from 255 or 34.16% from 202); Blue value is 37 (14.84% from 255 or 18.32% from 202); Max value from RGB is 96 - color contains mainly: red. Hex color #604525 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604525 is #9FBADA. Grayscale: #494949. Windows color (decimal): -10468059 or 2442592. OLE color: 2442592.

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

Color convert

RGB966937-
CMYK00.280.610.62
HSL32.54º44.36%26.08%-
HSV(B)32.54º61.46%37.65%-
XYZ7.296.882.69-
YUV73.42107.45144.1-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 47.52%
GREEN value IS 69 (27.34% from 255) = 34.16%
BLUE value IS 37 (14.84% from 255) = 18.32%
R=47.52%
G=34.16%
B=18.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.61
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96693700.280.610.6232.5444.3626.08
Hex60452501C3D3E212c1a
Octal140105450347576415432
Binary1100000100010110010101110011110111111010000110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604525; }

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

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

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

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

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

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

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

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