#634040

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

Shades of Woody Brown #634040

Tints of Woody Brown #634040

Color information

#634040 (or 0x634040) is unknown color: approx Woody Brown. HEX triplet: 63, 40 and 40. RGB value is (99,64,64). Sum of RGB (Red+Green+Blue) = 99+64+64=227 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.61% from 227); Green value is 64 (25.39% from 255 or 28.19% from 227); Blue value is 64 (25.39% from 255 or 28.19% from 227); Max value from RGB is 99 - color contains mainly: red. Hex color #634040 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634040 is #9CBFBF. Grayscale: #4A4A4A. Windows color (decimal): -10272704 or 4210787. OLE color: 4210787.

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

Color convert

RGB996464-
CMYK00.350.350.61
HSL21.47%31.96%-
HSV(B)35.35%38.82%-
XYZ7.96.695.73-
YUV74.46122.1145.5-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 43.61%
GREEN value IS 64 (25.39% from 255) = 28.19%
BLUE value IS 64 (25.39% from 255) = 28.19%
R=43.61%
G=28.19%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.35
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99646400.350.350.61021.4731.96
Hex634040023233D01520
Octal143100100043437502540
Binary1100011100000010000000100011100011111101010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634040; }

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

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

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

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

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

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

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

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