#694509

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

Shades of Raw Umber #694509

Tints of Raw Umber #694509

Color information

#694509 (or 0x694509) is unknown color: approx Raw Umber. HEX triplet: 69, 45 and 09. RGB value is (105,69,9). Sum of RGB (Red+Green+Blue) = 105+69+9=183 (24% of max value = 765). Red value is 105 (41.41% from 255 or 57.38% from 183); Green value is 69 (27.34% from 255 or 37.70% from 183); Blue value is 9 (3.91% from 255 or 4.92% from 183); Max value from RGB is 105 - color contains mainly: red. Hex color #694509 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694509 is #96BAF6. Grayscale: #494949. Windows color (decimal): -9878263 or 607593. OLE color: 607593.

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

Color convert

RGB105699-
CMYK00.340.910.59
HSL37.5º84.21%22.35%-
HSV(B)37.5º91.43%41.18%-
XYZ87.281.24-
YUV72.9291.93150.88-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 57.38%
GREEN value IS 69 (27.34% from 255) = 37.70%
BLUE value IS 9 (3.91% from 255) = 4.92%
R=57.38%
G=37.70%
B=4.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.91
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10569900.340.910.5937.584.2122.35
Hex694590225B3B265416
Octal15110511042133734612426
Binary11010011000101100101000101011011111011100110101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694509; }

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

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

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

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

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

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

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

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