#695415

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

Shades of Raw Umber #695415

Tints of Raw Umber #695415

Color information

#695415 (or 0x695415) is unknown color: approx Raw Umber. HEX triplet: 69, 54 and 15. RGB value is (105,84,21). Sum of RGB (Red+Green+Blue) = 105+84+21=210 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50% from 210); Green value is 84 (33.20% from 255 or 40% from 210); Blue value is 21 (8.59% from 255 or 10% from 210); Max value from RGB is 105 - color contains mainly: red. Hex color #695415 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #695415 is #96ABEA. Grayscale: #535353. Windows color (decimal): -9874411 or 1397865. OLE color: 1397865.

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

Color convert

RGB1058421-
CMYK00.200.800.59
HSL45º66.67%24.71%-
HSV(B)45º80%41.18%-
XYZ9.139.42.04-
YUV83.192.96143.62-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 50%
GREEN value IS 84 (33.20% from 255) = 40%
BLUE value IS 21 (8.59% from 255) = 10%
R=50%
G=40%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.80
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105842100.200.800.594566.6724.71
Hex695415014503B2d4319
Octal15112425024120735510331
Binary11010011010100101010101001010000111011101101100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695415; }

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

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

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

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

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

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

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

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