#695744

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

Shades of Tobacco Brown #695744

Tints of Tobacco Brown #695744

Color information

#695744 (or 0x695744) is unknown color: approx Tobacco Brown. HEX triplet: 69, 57 and 44. RGB value is (105,87,68). Sum of RGB (Red+Green+Blue) = 105+87+68=260 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.38% from 260); Green value is 87 (34.38% from 255 or 33.46% from 260); Blue value is 68 (26.95% from 255 or 26.15% from 260); Max value from RGB is 105 - color contains mainly: red. Hex color #695744 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #695744 is #96A8BB. Grayscale: #5A5A5A. Windows color (decimal): -9873596 or 4478825. OLE color: 4478825.

HSL color Cylindrical-coordinate representation of color #695744: hue angle of 30.81º degrees, saturation: 0.21, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #695744 is Cyan = 0, Magento = 0.17, Yellow = 0.35 and Black (K on CMYK) = 0.59.

Color convert

RGB1058768-
CMYK00.170.350.59
HSL30.81º21.39%33.92%-
HSV(B)30.81º35.24%41.18%-
XYZ10.2810.246.9-
YUV90.22115.46138.54-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 40.38%
GREEN value IS 87 (34.38% from 255) = 33.46%
BLUE value IS 68 (26.95% from 255) = 26.15%
R=40.38%
G=33.46%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.35
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105876800.170.350.5930.8121.3933.92
Hex695744011233B1f1522
Octal1511271040214373372542
Binary1101001101011110001000100011000111110111111110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695744; }

 p { color: rgb(105,87,68); }

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

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

 a { background-color: rgb(105,87,68); }

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

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

 span { border-color: rgb(105,87,68); }

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