#634A16

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

Shades of Raw Umber #634A16

Tints of Raw Umber #634A16

Color information

#634A16 (or 0x634A16) is unknown color: approx Raw Umber. HEX triplet: 63, 4A and 16. RGB value is (99,74,22). Sum of RGB (Red+Green+Blue) = 99+74+22=195 (25% of max value = 765). Red value is 99 (39.06% from 255 or 50.77% from 195); Green value is 74 (29.30% from 255 or 37.95% from 195); Blue value is 22 (8.98% from 255 or 11.28% from 195); Max value from RGB is 99 - color contains mainly: red. Hex color #634A16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #634A16 is #9CB5E9. Grayscale: #4B4B4B. Windows color (decimal): -10270186 or 1460835. OLE color: 1460835.

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

Color convert

RGB997422-
CMYK00.250.780.61
HSL40.52º63.64%23.73%-
HSV(B)40.52º77.78%38.82%-
XYZ7.747.611.82-
YUV75.5597.78144.73-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 50.77%
GREEN value IS 74 (29.30% from 255) = 37.95%
BLUE value IS 22 (8.98% from 255) = 11.28%
R=50.77%
G=37.95%
B=11.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.78
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99742200.250.780.6140.5263.6423.73
Hex634A160194E3D294018
Octal14311226031116755110030
Binary11000111001010101100110011001110111101101001100000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634A16; }

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

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

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

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

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

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

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

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