#634720

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

Shades of Dark Brown #634720

Tints of Dark Brown #634720

Color information

#634720 (or 0x634720) is unknown color: approx Dark Brown. HEX triplet: 63, 47 and 20. RGB value is (99,71,32). Sum of RGB (Red+Green+Blue) = 99+71+32=202 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.01% from 202); Green value is 71 (28.12% from 255 or 35.15% from 202); Blue value is 32 (12.89% from 255 or 15.84% from 202); Max value from RGB is 99 - color contains mainly: red. Hex color #634720 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634720 is #9CB8DF. Grayscale: #4B4B4B. Windows color (decimal): -10270944 or 2115427. OLE color: 2115427.

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

Color convert

RGB997132-
CMYK00.280.680.61
HSL34.93º51.15%25.69%-
HSV(B)34.93º67.68%38.82%-
XYZ7.667.262.36-
YUV74.93103.78145.17-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 49.01%
GREEN value IS 71 (28.12% from 255) = 35.15%
BLUE value IS 32 (12.89% from 255) = 15.84%
R=49.01%
G=35.15%
B=15.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.68
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99713200.280.680.6134.9351.1525.69
Hex63472001C443D23331a
Octal1431074003410475436332
Binary11000111000111100000011100100010011110110001111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634720; }

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

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

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

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

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

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

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

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