#634516

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

Shades of Dark Brown #634516

Tints of Dark Brown #634516

Color information

#634516 (or 0x634516) is unknown color: approx Dark Brown. HEX triplet: 63, 45 and 16. RGB value is (99,69,22). Sum of RGB (Red+Green+Blue) = 99+69+22=190 (25% of max value = 765). Red value is 99 (39.06% from 255 or 52.11% from 190); Green value is 69 (27.34% from 255 or 36.32% from 190); Blue value is 22 (8.98% from 255 or 11.58% from 190); Max value from RGB is 99 - color contains mainly: red. Hex color #634516 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #634516 is #9CBAE9. Grayscale: #484848. Windows color (decimal): -10271466 or 1459555. OLE color: 1459555.

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

Color convert

RGB996922-
CMYK00.300.780.61
HSL36.62º63.64%23.73%-
HSV(B)36.62º77.78%38.82%-
XYZ7.426.971.71-
YUV72.6199.44146.82-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 52.11%
GREEN value IS 69 (27.34% from 255) = 36.32%
BLUE value IS 22 (8.98% from 255) = 11.58%
R=52.11%
G=36.32%
B=11.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.78
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99692200.300.780.6136.6263.6423.73
Hex63451601E4E3D254018
Octal14310526036116754510030
Binary11000111000101101100111101001110111101100101100000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634516; }

 p { color: rgb(99,69,22); }

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

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

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

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

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

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

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