#695218

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

Shades of Raw Umber #695218

Tints of Raw Umber #695218

Color information

#695218 (or 0x695218) is unknown color: approx Raw Umber. HEX triplet: 69, 52 and 18. RGB value is (105,82,24). Sum of RGB (Red+Green+Blue) = 105+82+24=211 (27% of max value = 765). Red value is 105 (41.41% from 255 or 49.76% from 211); Green value is 82 (32.42% from 255 or 38.86% from 211); Blue value is 24 (9.77% from 255 or 11.37% from 211); Max value from RGB is 105 - color contains mainly: red. Hex color #695218 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #695218 is #96ADE7. Grayscale: #525252. Windows color (decimal): -9874920 or 1593961. OLE color: 1593961.

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

Color convert

RGB1058224-
CMYK00.220.770.59
HSL42.96º62.79%25.29%-
HSV(B)42.96º77.14%41.18%-
XYZ9.019.12.15-
YUV82.2695.12144.22-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 49.76%
GREEN value IS 82 (32.42% from 255) = 38.86%
BLUE value IS 24 (9.77% from 255) = 11.37%
R=49.76%
G=38.86%
B=11.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.77
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105822400.220.770.5942.9662.7925.29
Hex6952180164D3B2b3f19
Octal1511223002611573537731
Binary1101001101001011000010110100110111101110101111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695218; }

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

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

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

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

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

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

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

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