#694911

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

Shades of Raw Umber #694911

Tints of Raw Umber #694911

Color information

#694911 (or 0x694911) is unknown color: approx Raw Umber. HEX triplet: 69, 49 and 11. RGB value is (105,73,17). Sum of RGB (Red+Green+Blue) = 105+73+17=195 (25% of max value = 765). Red value is 105 (41.41% from 255 or 53.85% from 195); Green value is 73 (28.91% from 255 or 37.44% from 195); Blue value is 17 (7.03% from 255 or 8.72% from 195); Max value from RGB is 105 - color contains mainly: red. Hex color #694911 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694911 is #96B6EE. Grayscale: #4C4C4C. Windows color (decimal): -9877231 or 1132905. OLE color: 1132905.

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

Color convert

RGB1057317-
CMYK00.300.840.59
HSL38.18º72.13%23.92%-
HSV(B)38.18º83.81%41.18%-
XYZ8.317.811.6-
YUV76.1894.6148.55-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 53.85%
GREEN value IS 73 (28.91% from 255) = 37.44%
BLUE value IS 17 (7.03% from 255) = 8.72%
R=53.85%
G=37.44%
B=8.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.84
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105731700.300.840.5938.1872.1323.92
Hex69491101E543B264818
Octal15111121036124734611030
Binary11010011001001100010111101010100111011100110100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694911; }

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

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

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

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

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

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

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

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