Html Css Color HEX #695A41 Tobacco Brown

📋 copy color: '#695A41'

red 105 ◦ green 90 ◦ blue 65

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

Shades of Tobacco Brown #695A41

Tints of Tobacco Brown #695A41

RGB

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

 GREEN value IS 90 (35.55% from 255) = 34.62%

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

R = 40.38%
G = 34.62%
B = 25%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.38

 K value IS 0.59

RGB Variations

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

Color information

#695A41 (or 0x695A41) is known color: Tobacco Brown. HEX triplet: 69, 5A and 41. RGB value is (105,90,65). Sum of RGB (Red+Green+Blue) = 105+90+65=260 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.38% from 260); Green value is 90 (35.55% from 255 or 34.62% from 260); Blue value is 65 (25.78% from 255 or 25% from 260); Max value from RGB is 105 - color contains mainly: red. Hex color #695A41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #695A41 is #96A5BE. Grayscale: #5B5B5B. Windows color (decimal): -9872831 or 4282985. OLE color: 4282985.

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

Color convert

RGB 105 90 65 -
CMYK 0 0.14 0.38 0.59
HSL 37.5º 0.24% 0.33% -
HSV(B) 37.5º 0.38% 0.41% -
XYZ 10.44 10.7 6.52 -
YUV 91.64 112.97 137.53 -
System Red Green Blue C M Y K H S L
Decimal 105 90 65 0 0.14 0.38 0.59 37.5 0.24 0.33
Hex 69 5A 41 0 E 26 3B 26 18 21
Octal 151 132 101 0 16 46 73 46 30 41
Binary 1101001 1011010 1000001 0 1110 100110 111011 100110 11000 100001

Color Harmonies of #695A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695A41

Black with #695A41

Text Example


Text Example

White with #695A41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695A41; }

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

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

background-color css

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

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

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

border-color css

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

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

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