#695840

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

Shades of Tobacco Brown #695840

Tints of Tobacco Brown #695840

Color information

#695840 (or 0x695840) is unknown color: approx Tobacco Brown. HEX triplet: 69, 58 and 40. RGB value is (105,88,64). Sum of RGB (Red+Green+Blue) = 105+88+64=257 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.86% from 257); Green value is 88 (34.77% from 255 or 34.24% from 257); Blue value is 64 (25.39% from 255 or 24.90% from 257); Max value from RGB is 105 - color contains mainly: red. Hex color #695840 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #695840 is #96A7BF. Grayscale: #5A5A5A. Windows color (decimal): -9873344 or 4216937. OLE color: 4216937.

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

Color convert

RGB1058864-
CMYK00.160.390.59
HSL35.12º24.26%33.14%-
HSV(B)35.12º39.05%41.18%-
XYZ10.2410.356.31-
YUV90.35113.13138.45-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 40.86%
GREEN value IS 88 (34.77% from 255) = 34.24%
BLUE value IS 64 (25.39% from 255) = 24.90%
R=40.86%
G=34.24%
B=24.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.39
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105886400.160.390.5935.1224.2633.14
Hex695840010273B231821
Octal1511301000204773433041
Binary11010011011000100000001000010011111101110001111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695840; }

 p { color: rgb(105,88,64); }

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

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

 a { background-color: rgb(105,88,64); }

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

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

 span { border-color: rgb(105,88,64); }

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