#695209

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

Shades of Raw Umber #695209

Tints of Raw Umber #695209

Color information

#695209 (or 0x695209) is unknown color: approx Raw Umber. HEX triplet: 69, 52 and 09. RGB value is (105,82,9). Sum of RGB (Red+Green+Blue) = 105+82+9=196 (25% of max value = 765). Red value is 105 (41.41% from 255 or 53.57% from 196); Green value is 82 (32.42% from 255 or 41.84% from 196); Blue value is 9 (3.91% from 255 or 4.59% from 196); Max value from RGB is 105 - color contains mainly: red. Hex color #695209 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #695209 is #96ADF6. Grayscale: #505050. Windows color (decimal): -9874935 or 610921. OLE color: 610921.

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

Color convert

RGB105829-
CMYK00.220.910.59
HSL45.62º84.21%22.35%-
HSV(B)45.62º91.43%41.18%-
XYZ8.899.061.54-
YUV80.5587.62145.44-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 53.57%
GREEN value IS 82 (32.42% from 255) = 41.84%
BLUE value IS 9 (3.91% from 255) = 4.59%
R=53.57%
G=41.84%
B=4.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.91
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10582900.220.910.5945.6284.2122.35
Hex695290165B3B2e5416
Octal15112211026133735612426
Binary1101001101001010010101101011011111011101110101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695209; }

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

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

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

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

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

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

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

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