#695810

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

Shades of Raw Umber #695810

Tints of Raw Umber #695810

Color information

#695810 (or 0x695810) is unknown color: approx Raw Umber. HEX triplet: 69, 58 and 10. RGB value is (105,88,16). Sum of RGB (Red+Green+Blue) = 105+88+16=209 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.24% from 209); Green value is 88 (34.77% from 255 or 42.11% from 209); Blue value is 16 (6.64% from 255 or 7.66% from 209); Max value from RGB is 105 - color contains mainly: red. Hex color #695810 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #695810 is #96A7EF. Grayscale: #555555. Windows color (decimal): -9873392 or 1071209. OLE color: 1071209.

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

Color convert

RGB1058816-
CMYK00.160.850.59
HSL48.54º73.55%23.73%-
HSV(B)48.54º84.76%41.18%-
XYZ9.4110.021.93-
YUV84.8889.13142.35-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 50.24%
GREEN value IS 88 (34.77% from 255) = 42.11%
BLUE value IS 16 (6.64% from 255) = 7.66%
R=50.24%
G=42.11%
B=7.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.85
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105881600.160.850.5948.5473.5523.73
Hex695810010553B314a18
Octal15113020020125736111230
Binary11010011011000100000100001010101111011110001100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695810; }

 p { color: rgb(105,88,16); }

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

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

 a { background-color: rgb(105,88,16); }

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

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

 span { border-color: rgb(105,88,16); }

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