Html Css Color HEX #695941 Tobacco Brown

📋 copy color: '#695941'

red 105 ◦ green 89 ◦ blue 65

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

Shades of Tobacco Brown #695941

Tints of Tobacco Brown #695941

RGB

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

 GREEN value IS 89 (35.16% from 255) = 34.36%

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

R = 40.54%
G = 34.36%
B = 25.1%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.38

 K value IS 0.59

RGB Variations

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

Color information

#695941 (or 0x695941) is known color: Tobacco Brown. HEX triplet: 69, 59 and 41. RGB value is (105,89,65). Sum of RGB (Red+Green+Blue) = 105+89+65=259 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.54% from 259); Green value is 89 (35.16% from 255 or 34.36% from 259); Blue value is 65 (25.78% from 255 or 25.10% from 259); Max value from RGB is 105 - color contains mainly: red. Hex color #695941 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #695941 is #96A6BE. Grayscale: #5B5B5B. Windows color (decimal): -9873087 or 4282729. OLE color: 4282729.

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

Color convert

RGB 105 89 65 -
CMYK 0 0.15 0.38 0.59
HSL 36º 0.24% 0.33% -
HSV(B) 36º 0.38% 0.41% -
XYZ 10.35 10.53 6.49 -
YUV 91.05 113.3 137.95 -
System Red Green Blue C M Y K H S L
Decimal 105 89 65 0 0.15 0.38 0.59 36 0.24 0.33
Hex 69 59 41 0 F 26 3B 24 18 21
Octal 151 131 101 0 17 46 73 44 30 41
Binary 1101001 1011001 1000001 0 1111 100110 111011 100100 11000 100001

Color Harmonies of #695941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695941

Black with #695941

Text Example


Text Example

White with #695941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695941; }

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

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

background-color css

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

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

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

border-color css

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

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

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