#634140

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

Shades of Woody Brown #634140

Tints of Woody Brown #634140

Color information

#634140 (or 0x634140) is unknown color: approx Woody Brown. HEX triplet: 63, 41 and 40. RGB value is (99,65,64). Sum of RGB (Red+Green+Blue) = 99+65+64=228 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.42% from 228); Green value is 65 (25.78% from 255 or 28.51% from 228); Blue value is 64 (25.39% from 255 or 28.07% from 228); Max value from RGB is 99 - color contains mainly: red. Hex color #634140 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634140 is #9CBEBF. Grayscale: #4B4B4B. Windows color (decimal): -10272448 or 4211043. OLE color: 4211043.

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

Color convert

RGB996564-
CMYK00.340.350.61
HSL1.71º21.47%31.96%-
HSV(B)1.71º35.35%38.82%-
XYZ7.966.85.74-
YUV75.05121.76145.08-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 43.42%
GREEN value IS 65 (25.78% from 255) = 28.51%
BLUE value IS 64 (25.39% from 255) = 28.07%
R=43.42%
G=28.51%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.35
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99656400.340.350.611.7121.4731.96
Hex634140022233D21520
Octal143101100042437522540
Binary11000111000001100000001000101000111111011010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634140; }

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

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

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

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

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

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

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

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