#694209

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

Shades of Raw Umber #694209

Tints of Raw Umber #694209

Color information

#694209 (or 0x694209) is unknown color: approx Raw Umber. HEX triplet: 69, 42 and 09. RGB value is (105,66,9). Sum of RGB (Red+Green+Blue) = 105+66+9=180 (23% of max value = 765). Red value is 105 (41.41% from 255 or 58.33% from 180); Green value is 66 (26.17% from 255 or 36.67% from 180); Blue value is 9 (3.91% from 255 or 5% from 180); Max value from RGB is 105 - color contains mainly: red. Hex color #694209 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694209 is #96BDF6. Grayscale: #474747. Windows color (decimal): -9879031 or 606825. OLE color: 606825.

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

Color convert

RGB105669-
CMYK00.370.910.59
HSL35.62º84.21%22.35%-
HSV(B)35.62º91.43%41.18%-
XYZ7.826.921.18-
YUV71.1692.92152.13-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 58.33%
GREEN value IS 66 (26.17% from 255) = 36.67%
BLUE value IS 9 (3.91% from 255) = 5%
R=58.33%
G=36.67%
B=5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.91
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10566900.370.910.5935.6284.2122.35
Hex694290255B3B245416
Octal15110211045133734412426
Binary11010011000010100101001011011011111011100100101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694209; }

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

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

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

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

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

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

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

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