#604444

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

Shades of Woody Brown #604444

Tints of Woody Brown #604444

Color information

#604444 (or 0x604444) is unknown color: approx Woody Brown. HEX triplet: 60, 44 and 44. RGB value is (96,68,68). Sum of RGB (Red+Green+Blue) = 96+68+68=232 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.38% from 232); Green value is 68 (26.95% from 255 or 29.31% from 232); Blue value is 68 (26.95% from 255 or 29.31% from 232); Max value from RGB is 96 - color contains mainly: red. Hex color #604444 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604444 is #9FBBBB. Grayscale: #4C4C4C. Windows color (decimal): -10468284 or 4473952. OLE color: 4473952.

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

Color convert

RGB966868-
CMYK00.290.290.62
HSL17.07%32.16%-
HSV(B)29.17%37.65%-
XYZ7.937.046.41-
YUV76.37123.28142-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 41.38%
GREEN value IS 68 (26.95% from 255) = 29.31%
BLUE value IS 68 (26.95% from 255) = 29.31%
R=41.38%
G=29.31%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.29
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96686800.290.290.62017.0732.16
Hex60444401D1D3E01120
Octal140104104035357602140
Binary11000001000100100010001110111101111110010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604444; }

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

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

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

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

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

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

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

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