#695116

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

Shades of Raw Umber #695116

Tints of Raw Umber #695116

Color information

#695116 (or 0x695116) is unknown color: approx Raw Umber. HEX triplet: 69, 51 and 16. RGB value is (105,81,22). Sum of RGB (Red+Green+Blue) = 105+81+22=208 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.48% from 208); Green value is 81 (32.03% from 255 or 38.94% from 208); Blue value is 22 (8.98% from 255 or 10.58% from 208); Max value from RGB is 105 - color contains mainly: red. Hex color #695116 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #695116 is #96AEE9. Grayscale: #515151. Windows color (decimal): -9875178 or 1462633. OLE color: 1462633.

HSL color Cylindrical-coordinate representation of color #695116: hue angle of 42.65º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #695116 is Cyan = 0, Magento = 0.23, Yellow = 0.79 and Black (K on CMYK) = 0.59.

Color convert

RGB1058122-
CMYK00.230.790.59
HSL42.65º65.35%24.9%-
HSV(B)42.65º79.05%41.18%-
XYZ8.918.952.02-
YUV81.4594.45144.8-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 50.48%
GREEN value IS 81 (32.03% from 255) = 38.94%
BLUE value IS 22 (8.98% from 255) = 10.58%
R=50.48%
G=38.94%
B=10.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.79
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105812200.230.790.5942.6565.3524.9
Hex6951160174F3B2b4119
Octal15112126027117735310131
Binary11010011010001101100101111001111111011101011100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695116; }

 p { color: rgb(105,81,22); }

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

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

 a { background-color: rgb(105,81,22); }

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

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

 span { border-color: rgb(105,81,22); }

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