#694709

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

Shades of Raw Umber #694709

Tints of Raw Umber #694709

Color information

#694709 (or 0x694709) is unknown color: approx Raw Umber. HEX triplet: 69, 47 and 09. RGB value is (105,71,9). Sum of RGB (Red+Green+Blue) = 105+71+9=185 (24% of max value = 765). Red value is 105 (41.41% from 255 or 56.76% from 185); Green value is 71 (28.12% from 255 or 38.38% from 185); Blue value is 9 (3.91% from 255 or 4.86% from 185); Max value from RGB is 105 - color contains mainly: red. Hex color #694709 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694709 is #96B8F6. Grayscale: #4A4A4A. Windows color (decimal): -9877751 or 608105. OLE color: 608105.

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

Color convert

RGB105719-
CMYK00.320.910.59
HSL38.75º84.21%22.35%-
HSV(B)38.75º91.43%41.18%-
XYZ8.137.531.28-
YUV74.191.26150.04-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 56.76%
GREEN value IS 71 (28.12% from 255) = 38.38%
BLUE value IS 9 (3.91% from 255) = 4.86%
R=56.76%
G=38.38%
B=4.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.91
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10571900.320.910.5938.7584.2122.35
Hex694790205B3B275416
Octal15110711040133734712426
Binary11010011000111100101000001011011111011100111101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694709

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694709; }

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

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

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

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

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

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

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

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