#634A11

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

Shades of Raw Umber #634A11

Tints of Raw Umber #634A11

Color information

#634A11 (or 0x634A11) is unknown color: approx Raw Umber. HEX triplet: 63, 4A and 11. RGB value is (99,74,17). Sum of RGB (Red+Green+Blue) = 99+74+17=190 (25% of max value = 765). Red value is 99 (39.06% from 255 or 52.11% from 190); Green value is 74 (29.30% from 255 or 38.95% from 190); Blue value is 17 (7.03% from 255 or 8.95% from 190); Max value from RGB is 99 - color contains mainly: red. Hex color #634A11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #634A11 is #9CB5EE. Grayscale: #4B4B4B. Windows color (decimal): -10270191 or 1133155. OLE color: 1133155.

HSL color Cylindrical-coordinate representation of color #634A11: hue angle of 41.71º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #634A11 is Cyan = 0, Magento = 0.25, Yellow = 0.83 and Black (K on CMYK) = 0.61.

Color convert

RGB997417-
CMYK00.250.830.61
HSL41.71º70.69%22.75%-
HSV(B)41.71º82.83%38.82%-
XYZ7.77.591.59-
YUV74.9895.28145.13-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 52.11%
GREEN value IS 74 (29.30% from 255) = 38.95%
BLUE value IS 17 (7.03% from 255) = 8.95%
R=52.11%
G=38.95%
B=8.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.83
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99741700.250.830.6141.7170.6922.75
Hex634A11019533D2a4717
Octal14311221031123755210727
Binary11000111001010100010110011010011111101101010100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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