#604425

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

Shades of Dark Brown #604425

Tints of Dark Brown #604425

Color information

#604425 (or 0x604425) is unknown color: approx Dark Brown. HEX triplet: 60, 44 and 25. RGB value is (96,68,37). Sum of RGB (Red+Green+Blue) = 96+68+37=201 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.76% from 201); Green value is 68 (26.95% from 255 or 33.83% from 201); Blue value is 37 (14.84% from 255 or 18.41% from 201); Max value from RGB is 96 - color contains mainly: red. Hex color #604425 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604425 is #9FBBDA. Grayscale: #484848. Windows color (decimal): -10468315 or 2442336. OLE color: 2442336.

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

Color convert

RGB966837-
CMYK00.290.610.62
HSL31.53º44.36%26.08%-
HSV(B)31.53º61.46%37.65%-
XYZ7.226.752.67-
YUV72.84107.78144.52-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 47.76%
GREEN value IS 68 (26.95% from 255) = 33.83%
BLUE value IS 37 (14.84% from 255) = 18.41%
R=47.76%
G=33.83%
B=18.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.61
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96683700.290.610.6231.5344.3626.08
Hex60442501D3D3E202c1a
Octal140104450357576405432
Binary1100000100010010010101110111110111111010000010110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604425; }

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

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

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

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

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

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

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

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