#634816

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

Shades of Dark Brown #634816

Tints of Dark Brown #634816

Color information

#634816 (or 0x634816) is unknown color: approx Dark Brown. HEX triplet: 63, 48 and 16. RGB value is (99,72,22). Sum of RGB (Red+Green+Blue) = 99+72+22=193 (25% of max value = 765). Red value is 99 (39.06% from 255 or 51.30% from 193); Green value is 72 (28.52% from 255 or 37.31% from 193); Blue value is 22 (8.98% from 255 or 11.40% from 193); Max value from RGB is 99 - color contains mainly: red. Hex color #634816 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #634816 is #9CB7E9. Grayscale: #4A4A4A. Windows color (decimal): -10270698 or 1460323. OLE color: 1460323.

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

Color convert

RGB997222-
CMYK00.270.780.61
HSL38.96º63.64%23.73%-
HSV(B)38.96º77.78%38.82%-
XYZ7.617.351.78-
YUV74.3798.45145.57-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 51.30%
GREEN value IS 72 (28.52% from 255) = 37.31%
BLUE value IS 22 (8.98% from 255) = 11.40%
R=51.30%
G=37.31%
B=11.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.78
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99722200.270.780.6138.9663.6423.73
Hex63481601B4E3D274018
Octal14311026033116754710030
Binary11000111001000101100110111001110111101100111100000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634816; }

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

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

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

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

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

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

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

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