#695316

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

Shades of Raw Umber #695316

Tints of Raw Umber #695316

Color information

#695316 (or 0x695316) is unknown color: approx Raw Umber. HEX triplet: 69, 53 and 16. RGB value is (105,83,22). Sum of RGB (Red+Green+Blue) = 105+83+22=210 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50% from 210); Green value is 83 (32.81% from 255 or 39.52% from 210); Blue value is 22 (8.98% from 255 or 10.48% from 210); Max value from RGB is 105 - color contains mainly: red. Hex color #695316 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #695316 is #96ACE9. Grayscale: #525252. Windows color (decimal): -9874666 or 1463145. OLE color: 1463145.

HSL color Cylindrical-coordinate representation of color #695316: hue angle of 44.1º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #695316 is Cyan = 0, Magento = 0.21, Yellow = 0.79 and Black (K on CMYK) = 0.59.

Color convert

RGB1058322-
CMYK00.210.790.59
HSL44.1º65.35%24.9%-
HSV(B)44.1º79.05%41.18%-
XYZ9.069.252.07-
YUV82.6293.79143.96-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 50%
GREEN value IS 83 (32.81% from 255) = 39.52%
BLUE value IS 22 (8.98% from 255) = 10.48%
R=50%
G=39.52%
B=10.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.79
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105832200.210.790.5944.165.3524.9
Hex6953160154F3B2c4119
Octal15112326025117735410131
Binary11010011010011101100101011001111111011101100100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695316; }

 p { color: rgb(105,83,22); }

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

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

 a { background-color: rgb(105,83,22); }

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

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

 span { border-color: rgb(105,83,22); }

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