#604545

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

Shades of Woody Brown #604545

Tints of Woody Brown #604545

Color information

#604545 (or 0x604545) is unknown color: approx Woody Brown. HEX triplet: 60, 45 and 45. RGB value is (96,69,69). Sum of RGB (Red+Green+Blue) = 96+69+69=234 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.03% from 234); Green value is 69 (27.34% from 255 or 29.49% from 234); Blue value is 69 (27.34% from 255 or 29.49% from 234); Max value from RGB is 96 - color contains mainly: red. Hex color #604545 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604545 is #9FBABA. Grayscale: #4D4D4D. Windows color (decimal): -10468027 or 4539744. OLE color: 4539744.

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

Color convert

RGB966969-
CMYK00.280.280.62
HSL16.36%32.35%-
HSV(B)28.12%37.65%-
XYZ8.037.176.59-
YUV77.07123.45141.5-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 41.03%
GREEN value IS 69 (27.34% from 255) = 29.49%
BLUE value IS 69 (27.34% from 255) = 29.49%
R=41.03%
G=29.49%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.28
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96696900.280.280.62016.3632.35
Hex60454501C1C3E01020
Octal140105105034347602040
Binary11000001000101100010101110011100111110010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604545; }

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

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

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

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

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

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

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

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