Html Css Color HEX #696949 Hemlock

📋 copy color: '#696949'

red 105 ◦ green 105 ◦ blue 73

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

Shades of Hemlock #696949

Tints of Hemlock #696949

RGB

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

 GREEN value IS 105 (41.41% from 255) = 37.1%

 BLUE value IS 73 (28.91% from 255) = 25.8%

R = 37.1%
G = 37.1%
B = 25.8%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.30

 K value IS 0.59

RGB Variations

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

Color information

#696949 (or 0x696949) is known color: Hemlock. HEX triplet: 69, 69 and 49. RGB value is (105,105,73). Sum of RGB (Red+Green+Blue) = 105+105+73=283 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.10% from 283); Green value is 105 (41.41% from 255 or 37.10% from 283); Blue value is 73 (28.91% from 255 or 25.80% from 283); Max value from RGB is 105 - color contains mainly: red, green. Hex color #696949 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696949 is #9696B6. Grayscale: #656565. Windows color (decimal): -9868983 or 4811113. OLE color: 4811113.

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

Color convert

RGB 105 105 73 -
CMYK 0 0 0.30 0.59
HSL 60º 0.18% 0.35% -
HSV(B) 60º 0.3% 0.41% -
XYZ 12.08 13.59 8.29 -
YUV 101.35 112 130.6 -
System Red Green Blue C M Y K H S L
Decimal 105 105 73 0 0 0.30 0.59 60 0.18 0.35
Hex 69 69 49 0 0 1E 3B 3C 12 23
Octal 151 151 111 0 0 36 73 74 22 43
Binary 1101001 1101001 1001001 0 0 11110 111011 111100 10010 100011

Color Harmonies of #696949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696949

Black with #696949

Text Example


Text Example

White with #696949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696949; }

 p { color: rgb(105,105,73); }

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

background-color css

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

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

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

border-color css

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

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

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