#634916

Color #634916 Raw Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Umber #634916

Tints of Raw Umber #634916

Color information

#634916 (or 0x634916) is unknown color: approx Raw Umber. HEX triplet: 63, 49 and 16. RGB value is (99,73,22). Sum of RGB (Red+Green+Blue) = 99+73+22=194 (25% of max value = 765). Red value is 99 (39.06% from 255 or 51.03% from 194); Green value is 73 (28.91% from 255 or 37.63% from 194); Blue value is 22 (8.98% from 255 or 11.34% from 194); Max value from RGB is 99 - color contains mainly: red. Hex color #634916 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #634916 is #9CB6E9. Grayscale: #4B4B4B. Windows color (decimal): -10270442 or 1460579. OLE color: 1460579.

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

Color convert

RGB997322-
CMYK00.260.780.61
HSL39.74º63.64%23.73%-
HSV(B)39.74º77.78%38.82%-
XYZ7.677.481.8-
YUV74.9698.11145.15-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 51.03%
GREEN value IS 73 (28.91% from 255) = 37.63%
BLUE value IS 22 (8.98% from 255) = 11.34%
R=51.03%
G=37.63%
B=11.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.78
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99732200.260.780.6139.7463.6423.73
Hex63491601A4E3D284018
Octal14311126032116755010030
Binary11000111001001101100110101001110111101101000100000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634916; }

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

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

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

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

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

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

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

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