#694806

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

Shades of Raw Umber #694806

Tints of Raw Umber #694806

Color information

#694806 (or 0x694806) is unknown color: approx Raw Umber. HEX triplet: 69, 48 and 06. RGB value is (105,72,6). Sum of RGB (Red+Green+Blue) = 105+72+6=183 (24% of max value = 765). Red value is 105 (41.41% from 255 or 57.38% from 183); Green value is 72 (28.52% from 255 or 39.34% from 183); Blue value is 6 (2.73% from 255 or 3.28% from 183); Max value from RGB is 105 - color contains mainly: red. Hex color #694806 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694806 is #96B7F9. Grayscale: #4A4A4A. Windows color (decimal): -9877498 or 411753. OLE color: 411753.

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

Color convert

RGB105726-
CMYK00.310.940.59
HSL40º89.19%21.76%-
HSV(B)40º94.29%41.18%-
XYZ8.187.651.22-
YUV74.3489.43149.87-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 57.38%
GREEN value IS 72 (28.52% from 255) = 39.34%
BLUE value IS 6 (2.73% from 255) = 3.28%
R=57.38%
G=39.34%
B=3.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.94
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10572600.310.940.594089.1921.76
Hex6948601F5E3B285916
Octal1511106037136735013126
Binary110100110010001100111111011110111011101000101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694806; }

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

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

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

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

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

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

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

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