Html Css Color HEX #695641 Tobacco Brown

📋 copy color: '#695641'

red 105 ◦ green 86 ◦ blue 65

#695641
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tobacco Brown #695641

Tints of Tobacco Brown #695641

RGB

 RED value IS 105 (41.41% from 255) = 41.02%

 GREEN value IS 86 (33.98% from 255) = 33.59%

 BLUE value IS 65 (25.78% from 255) = 25.39%

R = 41.02%
G = 33.59%
B = 25.39%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.38

 K value IS 0.59

RGB Variations

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

Color information

#695641 (or 0x695641) is known color: Tobacco Brown. HEX triplet: 69, 56 and 41. RGB value is (105,86,65). Sum of RGB (Red+Green+Blue) = 105+86+65=256 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.02% from 256); Green value is 86 (33.98% from 255 or 33.59% from 256); Blue value is 65 (25.78% from 255 or 25.39% from 256); Max value from RGB is 105 - color contains mainly: red. Hex color #695641 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #695641 is #96A9BE. Grayscale: #595959. Windows color (decimal): -9873855 or 4281961. OLE color: 4281961.

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

Color convert

RGB 105 86 65 -
CMYK 0 0.18 0.38 0.59
HSL 31.5º 0.24% 0.33% -
HSV(B) 31.5º 0.38% 0.41% -
XYZ 10.11 10.04 6.41 -
YUV 89.29 114.29 139.21 -
System Red Green Blue C M Y K H S L
Decimal 105 86 65 0 0.18 0.38 0.59 31.5 0.24 0.33
Hex 69 56 41 0 12 26 3B 1F 18 21
Octal 151 126 101 0 22 46 73 37 30 41
Binary 1101001 1010110 1000001 0 10010 100110 111011 11111 11000 100001

Color Harmonies of #695641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695641

Black with #695641

Text Example


Text Example

White with #695641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695641; }

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

 H1.HeaderClassName
 {
   color: #695641;
 }
 .AnyTagClassName
 {
   color: #695641;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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