#694309

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

Shades of Raw Umber #694309

Tints of Raw Umber #694309

Color information

#694309 (or 0x694309) is unknown color: approx Raw Umber. HEX triplet: 69, 43 and 09. RGB value is (105,67,9). Sum of RGB (Red+Green+Blue) = 105+67+9=181 (23% of max value = 765). Red value is 105 (41.41% from 255 or 58.01% from 181); Green value is 67 (26.56% from 255 or 37.02% from 181); Blue value is 9 (3.91% from 255 or 4.97% from 181); Max value from RGB is 105 - color contains mainly: red. Hex color #694309 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694309 is #96BCF6. Grayscale: #484848. Windows color (decimal): -9878775 or 607081. OLE color: 607081.

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

Color convert

RGB105679-
CMYK00.360.910.59
HSL36.25º84.21%22.35%-
HSV(B)36.25º91.43%41.18%-
XYZ7.887.041.2-
YUV71.7592.59151.72-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 58.01%
GREEN value IS 67 (26.56% from 255) = 37.02%
BLUE value IS 9 (3.91% from 255) = 4.97%
R=58.01%
G=37.02%
B=4.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.91
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10567900.360.910.5936.2584.2122.35
Hex694390245B3B245416
Octal15110311044133734412426
Binary11010011000011100101001001011011111011100100101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694309; }

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

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

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

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

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

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

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

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