#604543

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

Shades of Woody Brown #604543

Tints of Woody Brown #604543

Color information

#604543 (or 0x604543) is unknown color: approx Woody Brown. HEX triplet: 60, 45 and 43. RGB value is (96,69,67). Sum of RGB (Red+Green+Blue) = 96+69+67=232 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.38% from 232); Green value is 69 (27.34% from 255 or 29.74% from 232); Blue value is 67 (26.56% from 255 or 28.88% from 232); Max value from RGB is 96 - color contains mainly: red. Hex color #604543 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604543 is #9FBABC. Grayscale: #4C4C4C. Windows color (decimal): -10468029 or 4408672. OLE color: 4408672.

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

Color convert

RGB966967-
CMYK00.280.300.62
HSL4.14º17.79%31.96%-
HSV(B)4.14º30.21%37.65%-
XYZ7.977.156.27-
YUV76.84122.45141.66-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 41.38%
GREEN value IS 69 (27.34% from 255) = 29.74%
BLUE value IS 67 (26.56% from 255) = 28.88%
R=41.38%
G=29.74%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.30
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96696700.280.300.624.1417.7931.96
Hex60454301C1E3E41220
Octal140105103034367642240
Binary1100000100010110000110111001111011111010010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604543; }

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

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

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

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

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

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

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

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