#634420

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

Shades of Dark Brown #634420

Tints of Dark Brown #634420

Color information

#634420 (or 0x634420) is unknown color: approx Dark Brown. HEX triplet: 63, 44 and 20. RGB value is (99,68,32). Sum of RGB (Red+Green+Blue) = 99+68+32=199 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.75% from 199); Green value is 68 (26.95% from 255 or 34.17% from 199); Blue value is 32 (12.89% from 255 or 16.08% from 199); Max value from RGB is 99 - color contains mainly: red. Hex color #634420 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634420 is #9CBBDF. Grayscale: #494949. Windows color (decimal): -10271712 or 2114659. OLE color: 2114659.

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

Color convert

RGB996832-
CMYK00.310.680.61
HSL32.24º51.15%25.69%-
HSV(B)32.24º67.68%38.82%-
XYZ7.476.892.3-
YUV73.16104.77146.43-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 49.75%
GREEN value IS 68 (26.95% from 255) = 34.17%
BLUE value IS 32 (12.89% from 255) = 16.08%
R=49.75%
G=34.17%
B=16.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.68
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99683200.310.680.6132.2451.1525.69
Hex63442001F443D20331a
Octal1431044003710475406332
Binary11000111000100100000011111100010011110110000011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634420; }

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

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

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

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

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

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

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

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