Html Css Color HEX #695441 Tobacco Brown

📋 copy color: '#695441'

red 105 ◦ green 84 ◦ blue 65

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

Shades of Tobacco Brown #695441

Tints of Tobacco Brown #695441

RGB

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

 GREEN value IS 84 (33.2% from 255) = 33.07%

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

R = 41.34%
G = 33.07%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.38

 K value IS 0.59

RGB Variations

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

Color information

#695441 (or 0x695441) is known color: Tobacco Brown. HEX triplet: 69, 54 and 41. RGB value is (105,84,65). Sum of RGB (Red+Green+Blue) = 105+84+65=254 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.34% from 254); Green value is 84 (33.20% from 255 or 33.07% from 254); Blue value is 65 (25.78% from 255 or 25.59% from 254); Max value from RGB is 105 - color contains mainly: red. Hex color #695441 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #695441 is #96ABBE. Grayscale: #585858. Windows color (decimal): -9874367 or 4281449. OLE color: 4281449.

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

Color convert

RGB 105 84 65 -
CMYK 0 0.20 0.38 0.59
HSL 28.5º 0.24% 0.33% -
HSV(B) 28.5º 0.38% 0.41% -
XYZ 9.95 9.73 6.35 -
YUV 88.11 114.96 140.04 -
System Red Green Blue C M Y K H S L
Decimal 105 84 65 0 0.20 0.38 0.59 28.5 0.24 0.33
Hex 69 54 41 0 14 26 3B 1C 18 21
Octal 151 124 101 0 24 46 73 34 30 41
Binary 1101001 1010100 1000001 0 10100 100110 111011 11100 11000 100001

Color Harmonies of #695441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695441

Black with #695441

Text Example


Text Example

White with #695441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695441; }

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

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

background-color css

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

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

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

border-color css

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

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

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