#695009

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

Shades of Raw Umber #695009

Tints of Raw Umber #695009

Color information

#695009 (or 0x695009) is unknown color: approx Raw Umber. HEX triplet: 69, 50 and 09. RGB value is (105,80,9). Sum of RGB (Red+Green+Blue) = 105+80+9=194 (25% of max value = 765). Red value is 105 (41.41% from 255 or 54.12% from 194); Green value is 80 (31.64% from 255 or 41.24% from 194); Blue value is 9 (3.91% from 255 or 4.64% from 194); Max value from RGB is 105 - color contains mainly: red. Hex color #695009 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #695009 is #96AFF6. Grayscale: #4F4F4F. Windows color (decimal): -9875447 or 610409. OLE color: 610409.

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

Color convert

RGB105809-
CMYK00.240.910.59
HSL44.38º84.21%22.35%-
HSV(B)44.38º91.43%41.18%-
XYZ8.748.761.49-
YUV79.3888.28146.27-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 54.12%
GREEN value IS 80 (31.64% from 255) = 41.24%
BLUE value IS 9 (3.91% from 255) = 4.64%
R=54.12%
G=41.24%
B=4.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.91
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10580900.240.910.5944.3884.2122.35
Hex695090185B3B2c5416
Octal15112011030133735412426
Binary1101001101000010010110001011011111011101100101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695009; }

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

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

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

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

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

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

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

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