#695611

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

Shades of Raw Umber #695611

Tints of Raw Umber #695611

Color information

#695611 (or 0x695611) is unknown color: approx Raw Umber. HEX triplet: 69, 56 and 11. RGB value is (105,86,17). Sum of RGB (Red+Green+Blue) = 105+86+17=208 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.48% from 208); Green value is 86 (33.98% from 255 or 41.35% from 208); Blue value is 17 (7.03% from 255 or 8.17% from 208); Max value from RGB is 105 - color contains mainly: red. Hex color #695611 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #695611 is #96A9EE. Grayscale: #545454. Windows color (decimal): -9873903 or 1136233. OLE color: 1136233.

HSL color Cylindrical-coordinate representation of color #695611: hue angle of 47.05º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #695611 is Cyan = 0, Magento = 0.18, Yellow = 0.84 and Black (K on CMYK) = 0.59.

Color convert

RGB1058617-
CMYK00.180.840.59
HSL47.05º72.13%23.92%-
HSV(B)47.05º83.81%41.18%-
XYZ9.259.71.91-
YUV83.8290.29143.11-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 50.48%
GREEN value IS 86 (33.98% from 255) = 41.35%
BLUE value IS 17 (7.03% from 255) = 8.17%
R=50.48%
G=41.35%
B=8.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.84
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105861700.180.840.5947.0572.1323.92
Hex695611012543B2f4818
Octal15112621022124735711030
Binary11010011010110100010100101010100111011101111100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695611; }

 p { color: rgb(105,86,17); }

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

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

 a { background-color: rgb(105,86,17); }

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

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

 span { border-color: rgb(105,86,17); }

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