#694906

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

Shades of Raw Umber #694906

Tints of Raw Umber #694906

Color information

#694906 (or 0x694906) is unknown color: approx Raw Umber. HEX triplet: 69, 49 and 06. RGB value is (105,73,6). Sum of RGB (Red+Green+Blue) = 105+73+6=184 (24% of max value = 765). Red value is 105 (41.41% from 255 or 57.07% from 184); Green value is 73 (28.91% from 255 or 39.67% from 184); Blue value is 6 (2.73% from 255 or 3.26% from 184); Max value from RGB is 105 - color contains mainly: red. Hex color #694906 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694906 is #96B6F9. Grayscale: #4B4B4B. Windows color (decimal): -9877242 or 412009. OLE color: 412009.

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

Color convert

RGB105736-
CMYK00.300.940.59
HSL40.61º89.19%21.76%-
HSV(B)40.61º94.29%41.18%-
XYZ8.247.781.24-
YUV74.9389.1149.45-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 57.07%
GREEN value IS 73 (28.91% from 255) = 39.67%
BLUE value IS 6 (2.73% from 255) = 3.26%
R=57.07%
G=39.67%
B=3.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.94
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10573600.300.940.5940.6189.1921.76
Hex6949601E5E3B295916
Octal1511116036136735113126
Binary110100110010011100111101011110111011101001101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694906

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694906; }

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

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

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

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

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

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

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

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