#695541

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

Shades of Tobacco Brown #695541

Tints of Tobacco Brown #695541

Color information

#695541 (or 0x695541) is unknown color: approx Tobacco Brown. HEX triplet: 69, 55 and 41. RGB value is (105,85,65). Sum of RGB (Red+Green+Blue) = 105+85+65=255 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.18% from 255); Green value is 85 (33.59% from 255 or 33.33% from 255); Blue value is 65 (25.78% from 255 or 25.49% from 255); Max value from RGB is 105 - color contains mainly: red. Hex color #695541 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #695541 is #96AABE. Grayscale: #585858. Windows color (decimal): -9874111 or 4281705. OLE color: 4281705.

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

Color convert

RGB1058565-
CMYK00.190.380.59
HSL30º23.53%33.33%-
HSV(B)30º38.1%41.18%-
XYZ10.039.886.38-
YUV88.7114.63139.63-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 41.18%
GREEN value IS 85 (33.59% from 255) = 33.33%
BLUE value IS 65 (25.78% from 255) = 25.49%
R=41.18%
G=33.33%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.38
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105856500.190.380.593023.5333.33
Hex695541013263B1e1821
Octal1511251010234673363041
Binary1101001101010110000010100111001101110111111011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695541; }

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

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

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

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

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

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

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

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