#694907

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

Shades of Raw Umber #694907

Tints of Raw Umber #694907

Color information

#694907 (or 0x694907) is unknown color: approx Raw Umber. HEX triplet: 69, 49 and 07. RGB value is (105,73,7). Sum of RGB (Red+Green+Blue) = 105+73+7=185 (24% of max value = 765). Red value is 105 (41.41% from 255 or 56.76% from 185); Green value is 73 (28.91% from 255 or 39.46% from 185); Blue value is 7 (3.12% from 255 or 3.78% from 185); Max value from RGB is 105 - color contains mainly: red. Hex color #694907 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694907 is #96B6F8. Grayscale: #4B4B4B. Windows color (decimal): -9877241 or 477545. OLE color: 477545.

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

Color convert

RGB105737-
CMYK00.300.930.59
HSL40.41º87.5%21.96%-
HSV(B)40.41º93.33%41.18%-
XYZ8.257.781.27-
YUV75.0489.6149.37-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 56.76%
GREEN value IS 73 (28.91% from 255) = 39.46%
BLUE value IS 7 (3.12% from 255) = 3.78%
R=56.76%
G=39.46%
B=3.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.93
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10573700.300.930.5940.4187.521.96
Hex6949701E5D3B285816
Octal1511117036135735013026
Binary110100110010011110111101011101111011101000101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694907

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694907; }

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

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

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

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

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

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

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

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