#695516

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

Shades of Raw Umber #695516

Tints of Raw Umber #695516

Color information

#695516 (or 0x695516) is unknown color: approx Raw Umber. HEX triplet: 69, 55 and 16. RGB value is (105,85,22). Sum of RGB (Red+Green+Blue) = 105+85+22=212 (28% of max value = 765). Red value is 105 (41.41% from 255 or 49.53% from 212); Green value is 85 (33.59% from 255 or 40.09% from 212); Blue value is 22 (8.98% from 255 or 10.38% from 212); Max value from RGB is 105 - color contains mainly: red. Hex color #695516 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #695516 is #96AAE9. Grayscale: #545454. Windows color (decimal): -9874154 or 1463657. OLE color: 1463657.

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

Color convert

RGB1058522-
CMYK00.190.790.59
HSL45.54º65.35%24.9%-
HSV(B)45.54º79.05%41.18%-
XYZ9.229.562.12-
YUV83.893.13143.12-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 49.53%
GREEN value IS 85 (33.59% from 255) = 40.09%
BLUE value IS 22 (8.98% from 255) = 10.38%
R=49.53%
G=40.09%
B=10.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.79
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105852200.190.790.5945.5465.3524.9
Hex6955160134F3B2e4119
Octal15112526023117735610131
Binary11010011010101101100100111001111111011101110100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695516; }

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

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

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

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

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

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

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

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