#604325

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

Shades of Dark Brown #604325

Tints of Dark Brown #604325

Color information

#604325 (or 0x604325) is unknown color: approx Dark Brown. HEX triplet: 60, 43 and 25. RGB value is (96,67,37). Sum of RGB (Red+Green+Blue) = 96+67+37=200 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48% from 200); Green value is 67 (26.56% from 255 or 33.5% from 200); Blue value is 37 (14.84% from 255 or 18.5% from 200); Max value from RGB is 96 - color contains mainly: red. Hex color #604325 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604325 is #9FBCDA. Grayscale: #484848. Windows color (decimal): -10468571 or 2442080. OLE color: 2442080.

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

Color convert

RGB966737-
CMYK00.300.610.62
HSL30.51º44.36%26.08%-
HSV(B)30.51º61.46%37.65%-
XYZ7.166.632.65-
YUV72.25108.11144.94-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 48%
GREEN value IS 67 (26.56% from 255) = 33.5%
BLUE value IS 37 (14.84% from 255) = 18.5%
R=48%
G=33.5%
B=18.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.61
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96673700.300.610.6230.5144.3626.08
Hex60432501E3D3E1f2c1a
Octal140103450367576375432
Binary110000010000111001010111101111011111101111110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604325; }

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

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

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

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

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

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

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

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