#604225

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

Shades of Dark Brown #604225

Tints of Dark Brown #604225

Color information

#604225 (or 0x604225) is unknown color: approx Dark Brown. HEX triplet: 60, 42 and 25. RGB value is (96,66,37). Sum of RGB (Red+Green+Blue) = 96+66+37=199 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.24% from 199); Green value is 66 (26.17% from 255 or 33.17% from 199); Blue value is 37 (14.84% from 255 or 18.59% from 199); Max value from RGB is 96 - color contains mainly: red. Hex color #604225 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604225 is #9FBDDA. Grayscale: #474747. Windows color (decimal): -10468827 or 2441824. OLE color: 2441824.

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

Color convert

RGB966637-
CMYK00.310.610.62
HSL29.49º44.36%26.08%-
HSV(B)29.49º61.46%37.65%-
XYZ7.116.522.63-
YUV71.66108.44145.36-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 48.24%
GREEN value IS 66 (26.17% from 255) = 33.17%
BLUE value IS 37 (14.84% from 255) = 18.59%
R=48.24%
G=33.17%
B=18.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.61
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96663700.310.610.6229.4944.3626.08
Hex60422501F3D3E1d2c1a
Octal140102450377576355432
Binary110000010000101001010111111111011111101110110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604225; }

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

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

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

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

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

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

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

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