#634444

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

Shades of Woody Brown #634444

Tints of Woody Brown #634444

Color information

#634444 (or 0x634444) is unknown color: approx Woody Brown. HEX triplet: 63, 44 and 44. RGB value is (99,68,68). Sum of RGB (Red+Green+Blue) = 99+68+68=235 (31% of max value = 765). Red value is 99 (39.06% from 255 or 42.13% from 235); Green value is 68 (26.95% from 255 or 28.94% from 235); Blue value is 68 (26.95% from 255 or 28.94% from 235); Max value from RGB is 99 - color contains mainly: red. Hex color #634444 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634444 is #9CBBBB. Grayscale: #4D4D4D. Windows color (decimal): -10271676 or 4473955. OLE color: 4473955.

HSL color Cylindrical-coordinate representation of color #634444: hue angle of 0º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #634444 is Cyan = 0, Magento = 0.31, Yellow = 0.31 and Black (K on CMYK) = 0.61.

Color convert

RGB996868-
CMYK00.310.310.61
HSL18.56%32.75%-
HSV(B)31.31%38.82%-
XYZ8.267.26.42-
YUV77.27122.77143.5-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 42.13%
GREEN value IS 68 (26.95% from 255) = 28.94%
BLUE value IS 68 (26.95% from 255) = 28.94%
R=42.13%
G=28.94%
B=28.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.31
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99686800.310.310.61018.5632.75
Hex63444401F1F3D01321
Octal143104104037377502341
Binary11000111000100100010001111111111111101010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634444; }

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

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

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

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

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

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

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

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