#695440

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

Shades of Tobacco Brown #695440

Tints of Tobacco Brown #695440

Color information

#695440 (or 0x695440) is unknown color: approx Tobacco Brown. HEX triplet: 69, 54 and 40. RGB value is (105,84,64). Sum of RGB (Red+Green+Blue) = 105+84+64=253 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.50% from 253); Green value is 84 (33.20% from 255 or 33.20% from 253); Blue value is 64 (25.39% from 255 or 25.30% from 253); Max value from RGB is 105 - color contains mainly: red. Hex color #695440 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #695440 is #96ABBF. Grayscale: #585858. Windows color (decimal): -9874368 or 4215913. OLE color: 4215913.

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

Color convert

RGB1058464-
CMYK00.200.390.59
HSL29.27º24.26%33.14%-
HSV(B)29.27º39.05%41.18%-
XYZ9.929.716.2-
YUV88114.46140.13-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 41.50%
GREEN value IS 84 (33.20% from 255) = 33.20%
BLUE value IS 64 (25.39% from 255) = 25.30%
R=41.50%
G=33.20%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.39
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105846400.200.390.5929.2724.2633.14
Hex695440014273B1d1821
Octal1511241000244773353041
Binary1101001101010010000000101001001111110111110111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695440; }

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

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

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

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

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

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

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

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