#634914

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

Shades of Raw Umber #634914

Tints of Raw Umber #634914

Color information

#634914 (or 0x634914) is unknown color: approx Raw Umber. HEX triplet: 63, 49 and 14. RGB value is (99,73,20). Sum of RGB (Red+Green+Blue) = 99+73+20=192 (25% of max value = 765). Red value is 99 (39.06% from 255 or 51.56% from 192); Green value is 73 (28.91% from 255 or 38.02% from 192); Blue value is 20 (8.20% from 255 or 10.42% from 192); Max value from RGB is 99 - color contains mainly: red. Hex color #634914 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #634914 is #9CB6EB. Grayscale: #4A4A4A. Windows color (decimal): -10270444 or 1329507. OLE color: 1329507.

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

Color convert

RGB997320-
CMYK00.260.800.61
HSL40.25º66.39%23.33%-
HSV(B)40.25º79.8%38.82%-
XYZ7.657.471.7-
YUV74.7397.11145.31-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 51.56%
GREEN value IS 73 (28.91% from 255) = 38.02%
BLUE value IS 20 (8.20% from 255) = 10.42%
R=51.56%
G=38.02%
B=10.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.80
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99732000.260.800.6140.2566.3923.33
Hex63491401A503D284217
Octal14311124032120755010227
Binary11000111001001101000110101010000111101101000100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634914; }

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

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

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

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

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

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

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

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