#695018

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

Shades of Raw Umber #695018

Tints of Raw Umber #695018

Color information

#695018 (or 0x695018) is unknown color: approx Raw Umber. HEX triplet: 69, 50 and 18. RGB value is (105,80,24). Sum of RGB (Red+Green+Blue) = 105+80+24=209 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.24% from 209); Green value is 80 (31.64% from 255 or 38.28% from 209); Blue value is 24 (9.77% from 255 or 11.48% from 209); Max value from RGB is 105 - color contains mainly: red. Hex color #695018 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #695018 is #96AFE7. Grayscale: #515151. Windows color (decimal): -9875432 or 1593449. OLE color: 1593449.

HSL color Cylindrical-coordinate representation of color #695018: hue angle of 41.48º 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 #695018 is Cyan = 0, Magento = 0.24, Yellow = 0.77 and Black (K on CMYK) = 0.59.

Color convert

RGB1058024-
CMYK00.240.770.59
HSL41.48º62.79%25.29%-
HSV(B)41.48º77.14%41.18%-
XYZ8.868.812.1-
YUV81.0995.78145.05-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 50.24%
GREEN value IS 80 (31.64% from 255) = 38.28%
BLUE value IS 24 (9.77% from 255) = 11.48%
R=50.24%
G=38.28%
B=11.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.77
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105802400.240.770.5941.4862.7925.29
Hex6950180184D3B293f19
Octal1511203003011573517731
Binary1101001101000011000011000100110111101110100111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695018; }

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

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

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

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

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

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

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

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