#695A09

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

Shades of Raw Umber #695A09

Tints of Raw Umber #695A09

Color information

#695A09 (or 0x695A09) is unknown color: approx Raw Umber. HEX triplet: 69, 5A and 09. RGB value is (105,90,9). Sum of RGB (Red+Green+Blue) = 105+90+9=204 (27% of max value = 765). Red value is 105 (41.41% from 255 or 51.47% from 204); Green value is 90 (35.55% from 255 or 44.12% from 204); Blue value is 9 (3.91% from 255 or 4.41% from 204); Max value from RGB is 105 - color contains mainly: red. Hex color #695A09 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #695A09 is #96A5F6. Grayscale: #555555. Windows color (decimal): -9872887 or 612969. OLE color: 612969.

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

Color convert

RGB105909-
CMYK00.140.910.59
HSL50.62º84.21%22.35%-
HSV(B)50.62º91.43%41.18%-
XYZ9.5310.341.75-
YUV85.2584.97142.09-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 51.47%
GREEN value IS 90 (35.55% from 255) = 44.12%
BLUE value IS 9 (3.91% from 255) = 4.41%
R=51.47%
G=44.12%
B=4.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.91
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10590900.140.910.5950.6284.2122.35
Hex695A90E5B3B335416
Octal15113211016133736312426
Binary110100110110101001011101011011111011110011101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695A09; }

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

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

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

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

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

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

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

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