#695339

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

Shades of Tobacco Brown #695339

Tints of Tobacco Brown #695339

Color information

#695339 (or 0x695339) is unknown color: approx Tobacco Brown. HEX triplet: 69, 53 and 39. RGB value is (105,83,57). Sum of RGB (Red+Green+Blue) = 105+83+57=245 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.86% from 245); Green value is 83 (32.81% from 255 or 33.88% from 245); Blue value is 57 (22.66% from 255 or 23.27% from 245); Max value from RGB is 105 - color contains mainly: red. Hex color #695339 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #695339 is #96ACC6. Grayscale: #565656. Windows color (decimal): -9874631 or 3756905. OLE color: 3756905.

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

Color convert

RGB1058357-
CMYK00.210.460.59
HSL32.5º29.63%31.76%-
HSV(B)32.5º45.71%41.18%-
XYZ9.669.495.19-
YUV86.61111.29141.11-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 42.86%
GREEN value IS 83 (32.81% from 255) = 33.88%
BLUE value IS 57 (22.66% from 255) = 23.27%
R=42.86%
G=33.88%
B=23.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.46
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105835700.210.460.5932.529.6331.76
Hex6953390152E3B211e20
Octal151123710255673413640
Binary1101001101001111100101010110111011101110000111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695339; }

 p { color: rgb(105,83,57); }

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

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

 a { background-color: rgb(105,83,57); }

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

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

 span { border-color: rgb(105,83,57); }

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