#604544

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

Shades of Woody Brown #604544

Tints of Woody Brown #604544

Color information

#604544 (or 0x604544) is unknown color: approx Woody Brown. HEX triplet: 60, 45 and 44. RGB value is (96,69,68). Sum of RGB (Red+Green+Blue) = 96+69+68=233 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.20% from 233); Green value is 69 (27.34% from 255 or 29.61% from 233); Blue value is 68 (26.95% from 255 or 29.18% from 233); Max value from RGB is 96 - color contains mainly: red. Hex color #604544 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604544 is #9FBABB. Grayscale: #4C4C4C. Windows color (decimal): -10468028 or 4474208. OLE color: 4474208.

HSL color Cylindrical-coordinate representation of color #604544: hue angle of 2.14º degrees, saturation: 0.17, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #604544 is Cyan = 0, Magento = 0.28, Yellow = 0.29 and Black (K on CMYK) = 0.62.

Color convert

RGB966968-
CMYK00.280.290.62
HSL2.14º17.07%32.16%-
HSV(B)2.14º29.17%37.65%-
XYZ87.166.43-
YUV76.96122.95141.58-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 41.20%
GREEN value IS 69 (27.34% from 255) = 29.61%
BLUE value IS 68 (26.95% from 255) = 29.18%
R=41.20%
G=29.61%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.29
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96696800.280.290.622.1417.0732.16
Hex60454401C1D3E21120
Octal140105104034357622140
Binary110000010001011000100011100111011111101010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604544; }

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

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

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

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

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

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

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

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