#695215

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

Shades of Raw Umber #695215

Tints of Raw Umber #695215

Color information

#695215 (or 0x695215) is unknown color: approx Raw Umber. HEX triplet: 69, 52 and 15. RGB value is (105,82,21). Sum of RGB (Red+Green+Blue) = 105+82+21=208 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.48% from 208); Green value is 82 (32.42% from 255 or 39.42% from 208); Blue value is 21 (8.59% from 255 or 10.10% from 208); Max value from RGB is 105 - color contains mainly: red. Hex color #695215 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #695215 is #96ADEA. Grayscale: #525252. Windows color (decimal): -9874923 or 1397353. OLE color: 1397353.

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

Color convert

RGB1058221-
CMYK00.220.800.59
HSL43.57º66.67%24.71%-
HSV(B)43.57º80%41.18%-
XYZ8.989.091.99-
YUV81.9293.62144.46-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 50.48%
GREEN value IS 82 (32.42% from 255) = 39.42%
BLUE value IS 21 (8.59% from 255) = 10.10%
R=50.48%
G=39.42%
B=10.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.80
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105822100.220.800.5943.5766.6724.71
Hex695215016503B2c4319
Octal15112225026120735410331
Binary11010011010010101010101101010000111011101100100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695215; }

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

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

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

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

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

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

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

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