#694903

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

Shades of Raw Umber #694903

Tints of Raw Umber #694903

Color information

#694903 (or 0x694903) is unknown color: approx Raw Umber. HEX triplet: 69, 49 and 03. RGB value is (105,73,3). Sum of RGB (Red+Green+Blue) = 105+73+3=181 (23% of max value = 765). Red value is 105 (41.41% from 255 or 58.01% from 181); Green value is 73 (28.91% from 255 or 40.33% from 181); Blue value is 3 (1.56% from 255 or 1.66% from 181); Max value from RGB is 105 - color contains mainly: red. Hex color #694903 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694903 is #96B6FC. Grayscale: #4A4A4A. Windows color (decimal): -9877245 or 215401. OLE color: 215401.

HSL color Cylindrical-coordinate representation of color #694903: hue angle of 41.18º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #694903 is Cyan = 0, Magento = 0.30, Yellow = 0.97 and Black (K on CMYK) = 0.59.

Color convert

RGB105733-
CMYK00.300.970.59
HSL41.18º94.44%21.18%-
HSV(B)41.18º97.14%41.18%-
XYZ8.227.771.15-
YUV74.5987.6149.69-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 58.01%
GREEN value IS 73 (28.91% from 255) = 40.33%
BLUE value IS 3 (1.56% from 255) = 1.66%
R=58.01%
G=40.33%
B=1.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.97
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10573300.300.970.5941.1894.4421.18
Hex6949301E613B295e15
Octal1511113036141735113625
Binary11010011001001110111101100001111011101001101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694903

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694903; }

 p { color: rgb(105,73,3); }

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

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

 a { background-color: rgb(105,73,3); }

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

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

 span { border-color: rgb(105,73,3); }

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