#694706

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

Shades of Raw Umber #694706

Tints of Raw Umber #694706

Color information

#694706 (or 0x694706) is unknown color: approx Raw Umber. HEX triplet: 69, 47 and 06. RGB value is (105,71,6). Sum of RGB (Red+Green+Blue) = 105+71+6=182 (24% of max value = 765). Red value is 105 (41.41% from 255 or 57.69% from 182); Green value is 71 (28.12% from 255 or 39.01% from 182); Blue value is 6 (2.73% from 255 or 3.30% from 182); Max value from RGB is 105 - color contains mainly: red. Hex color #694706 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694706 is #96B8F9. Grayscale: #4A4A4A. Windows color (decimal): -9877754 or 411497. OLE color: 411497.

HSL color Cylindrical-coordinate representation of color #694706: hue angle of 39.39º 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 #694706 is Cyan = 0, Magento = 0.32, Yellow = 0.94 and Black (K on CMYK) = 0.59.

Color convert

RGB105716-
CMYK00.320.940.59
HSL39.39º89.19%21.76%-
HSV(B)39.39º94.29%41.18%-
XYZ8.117.521.2-
YUV73.7689.76150.29-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 57.69%
GREEN value IS 71 (28.12% from 255) = 39.01%
BLUE value IS 6 (2.73% from 255) = 3.30%
R=57.69%
G=39.01%
B=3.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.94
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10571600.320.940.5939.3989.1921.76
Hex694760205E3B275916
Octal1511076040136734713126
Binary1101001100011111001000001011110111011100111101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694706; }

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

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

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

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

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

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

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

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