Html Css Color HEX #695944 Tobacco Brown

📋 copy color: '#695944'

red 105 ◦ green 89 ◦ blue 68

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

Shades of Tobacco Brown #695944

Tints of Tobacco Brown #695944

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 25.95%

R = 40.08%
G = 33.97%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.35

 K value IS 0.59

RGB Variations

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

Color information

#695944 (or 0x695944) is known color: Tobacco Brown. HEX triplet: 69, 59 and 44. RGB value is (105,89,68). Sum of RGB (Red+Green+Blue) = 105+89+68=262 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.08% from 262); Green value is 89 (35.16% from 255 or 33.97% from 262); Blue value is 68 (26.95% from 255 or 25.95% from 262); Max value from RGB is 105 - color contains mainly: red. Hex color #695944 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #695944 is #96A6BB. Grayscale: #5B5B5B. Windows color (decimal): -9873084 or 4479337. OLE color: 4479337.

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

Color convert

RGB 105 89 68 -
CMYK 0 0.15 0.35 0.59
HSL 34.05º 0.21% 0.34% -
HSV(B) 34.05º 0.35% 0.41% -
XYZ 10.44 10.57 6.96 -
YUV 91.39 114.8 137.71 -
System Red Green Blue C M Y K H S L
Decimal 105 89 68 0 0.15 0.35 0.59 34.05 0.21 0.34
Hex 69 59 44 0 F 23 3B 22 15 22
Octal 151 131 104 0 17 43 73 42 25 42
Binary 1101001 1011001 1000100 0 1111 100011 111011 100010 10101 100010

Color Harmonies of #695944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695944

Black with #695944

Text Example


Text Example

White with #695944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695944; }

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

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

background-color css

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

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

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

border-color css

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

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

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