#695207

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

Shades of Raw Umber #695207

Tints of Raw Umber #695207

Color information

#695207 (or 0x695207) is unknown color: approx Raw Umber. HEX triplet: 69, 52 and 07. RGB value is (105,82,7). Sum of RGB (Red+Green+Blue) = 105+82+7=194 (25% of max value = 765). Red value is 105 (41.41% from 255 or 54.12% from 194); Green value is 82 (32.42% from 255 or 42.27% from 194); Blue value is 7 (3.12% from 255 or 3.61% from 194); Max value from RGB is 105 - color contains mainly: red. Hex color #695207 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #695207 is #96ADF8. Grayscale: #505050. Windows color (decimal): -9874937 or 479849. OLE color: 479849.

HSL color Cylindrical-coordinate representation of color #695207: hue angle of 45.92º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #695207 is Cyan = 0, Magento = 0.22, Yellow = 0.93 and Black (K on CMYK) = 0.59.

Color convert

RGB105827-
CMYK00.220.930.59
HSL45.92º87.5%21.96%-
HSV(B)45.92º93.33%41.18%-
XYZ8.889.051.48-
YUV80.3386.62145.6-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 54.12%
GREEN value IS 82 (32.42% from 255) = 42.27%
BLUE value IS 7 (3.12% from 255) = 3.61%
R=54.12%
G=42.27%
B=3.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.93
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10582700.220.930.5945.9287.521.96
Hex695270165D3B2e5816
Octal1511227026135735613026
Binary110100110100101110101101011101111011101110101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695207; }

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

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

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

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

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

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

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

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