#695016

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

Shades of Raw Umber #695016

Tints of Raw Umber #695016

Color information

#695016 (or 0x695016) is unknown color: approx Raw Umber. HEX triplet: 69, 50 and 16. RGB value is (105,80,22). Sum of RGB (Red+Green+Blue) = 105+80+22=207 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.72% from 207); Green value is 80 (31.64% from 255 or 38.65% from 207); Blue value is 22 (8.98% from 255 or 10.63% from 207); Max value from RGB is 105 - color contains mainly: red. Hex color #695016 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #695016 is #96AFE9. Grayscale: #515151. Windows color (decimal): -9875434 or 1462377. OLE color: 1462377.

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

Color convert

RGB1058022-
CMYK00.240.790.59
HSL41.93º65.35%24.9%-
HSV(B)41.93º79.05%41.18%-
XYZ8.848.81.99-
YUV80.8694.78145.22-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 50.72%
GREEN value IS 80 (31.64% from 255) = 38.65%
BLUE value IS 22 (8.98% from 255) = 10.63%
R=50.72%
G=38.65%
B=10.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.79
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105802200.240.790.5941.9365.3524.9
Hex6950160184F3B2a4119
Octal15112026030117735210131
Binary11010011010000101100110001001111111011101010100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695016; }

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

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

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

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

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

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

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

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