#634920

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

Shades of Dark Brown #634920

Tints of Dark Brown #634920

Color information

#634920 (or 0x634920) is unknown color: approx Dark Brown. HEX triplet: 63, 49 and 20. RGB value is (99,73,32). Sum of RGB (Red+Green+Blue) = 99+73+32=204 (27% of max value = 765). Red value is 99 (39.06% from 255 or 48.53% from 204); Green value is 73 (28.91% from 255 or 35.78% from 204); Blue value is 32 (12.89% from 255 or 15.69% from 204); Max value from RGB is 99 - color contains mainly: red. Hex color #634920 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634920 is #9CB6DF. Grayscale: #4C4C4C. Windows color (decimal): -10270432 or 2115939. OLE color: 2115939.

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

Color convert

RGB997332-
CMYK00.260.680.61
HSL36.72º51.15%25.69%-
HSV(B)36.72º67.68%38.82%-
XYZ7.797.522.41-
YUV76.1103.11144.33-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 48.53%
GREEN value IS 73 (28.91% from 255) = 35.78%
BLUE value IS 32 (12.89% from 255) = 15.69%
R=48.53%
G=35.78%
B=15.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.68
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99733200.260.680.6136.7251.1525.69
Hex63492001A443D25331a
Octal1431114003210475456332
Binary11000111001001100000011010100010011110110010111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634920; }

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

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

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

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

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

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

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

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