#634A14

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

Shades of Raw Umber #634A14

Tints of Raw Umber #634A14

Color information

#634A14 (or 0x634A14) is unknown color: approx Raw Umber. HEX triplet: 63, 4A and 14. RGB value is (99,74,20). Sum of RGB (Red+Green+Blue) = 99+74+20=193 (25% of max value = 765). Red value is 99 (39.06% from 255 or 51.30% from 193); Green value is 74 (29.30% from 255 or 38.34% from 193); Blue value is 20 (8.20% from 255 or 10.36% from 193); Max value from RGB is 99 - color contains mainly: red. Hex color #634A14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #634A14 is #9CB5EB. Grayscale: #4B4B4B. Windows color (decimal): -10270188 or 1329763. OLE color: 1329763.

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

Color convert

RGB997420-
CMYK00.250.800.61
HSL41.01º66.39%23.33%-
HSV(B)41.01º79.8%38.82%-
XYZ7.727.61.72-
YUV75.3296.78144.89-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 51.30%
GREEN value IS 74 (29.30% from 255) = 38.34%
BLUE value IS 20 (8.20% from 255) = 10.36%
R=51.30%
G=38.34%
B=10.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.80
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99742000.250.800.6141.0166.3923.33
Hex634A14019503D294217
Octal14311224031120755110227
Binary11000111001010101000110011010000111101101001100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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