#695941

Color #695941 Tobacco Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tobacco Brown #695941

Tints of Tobacco Brown #695941

Color information

#695941 (or 0x695941) is unknown color: approx Tobacco Brown. HEX triplet: 69, 59 and 41. RGB value is (105,89,65). Sum of RGB (Red+Green+Blue) = 105+89+65=259 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.54% from 259); Green value is 89 (35.16% from 255 or 34.36% from 259); Blue value is 65 (25.78% from 255 or 25.10% from 259); Max value from RGB is 105 - color contains mainly: red. Hex color #695941 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #695941 is #96A6BE. Grayscale: #5B5B5B. Windows color (decimal): -9873087 or 4282729. OLE color: 4282729.

HSL color Cylindrical-coordinate representation of color #695941: hue angle of 36º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #695941 is Cyan = 0, Magento = 0.15, Yellow = 0.38 and Black (K on CMYK) = 0.59.

Color convert

RGB1058965-
CMYK00.150.380.59
HSL36º23.53%33.33%-
HSV(B)36º38.1%41.18%-
XYZ10.3510.536.49-
YUV91.05113.3137.95-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 40.54%
GREEN value IS 89 (35.16% from 255) = 34.36%
BLUE value IS 65 (25.78% from 255) = 25.10%
R=40.54%
G=34.36%
B=25.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.38
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105896500.150.380.593623.5333.33
Hex6959410F263B241821
Octal1511311010174673443041
Binary1101001101100110000010111110011011101110010011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695941; }

 p { color: rgb(105,89,65); }

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

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

 a { background-color: rgb(105,89,65); }

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

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

 span { border-color: rgb(105,89,65); }

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