Html Css Color HEX #686949 Hemlock

📋 copy color: '#686949'

red 104 ◦ green 105 ◦ blue 73

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

Shades of Hemlock #686949

Tints of Hemlock #686949

RGB

 RED value IS 104 (41.02% from 255) = 36.88%

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

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

R = 36.88%
G = 37.23%
B = 25.89%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.30

 K value IS 0.59

RGB Variations

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

Color information

#686949 (or 0x686949) is known color: Hemlock. HEX triplet: 68, 69 and 49. RGB value is (104,105,73). Sum of RGB (Red+Green+Blue) = 104+105+73=282 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.88% from 282); Green value is 105 (41.41% from 255 or 37.23% from 282); Blue value is 73 (28.91% from 255 or 25.89% from 282); Max value from RGB is 105 - color contains mainly: green. Hex color #686949 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686949 is #9796B6. Grayscale: #656565. Windows color (decimal): -9934519 or 4811112. OLE color: 4811112.

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

Color convert

RGB 104 105 73 -
CMYK 0.01 0 0.30 0.59
HSL 61.88º 0.18% 0.35% -
HSV(B) 61.88º 0.3% 0.41% -
XYZ 11.96 13.53 8.28 -
YUV 101.05 112.17 130.1 -
System Red Green Blue C M Y K H S L
Decimal 104 105 73 0.01 0 0.30 0.59 61.88 0.18 0.35
Hex 68 69 49 1 0 1E 3B 3E 12 23
Octal 150 151 111 1 0 36 73 76 22 43
Binary 1101000 1101001 1001001 1 0 11110 111011 111110 10010 100011

Color Harmonies of #686949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686949

Black with #686949

Text Example


Text Example

White with #686949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686949; }

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

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

background-color css

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

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

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

border-color css

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

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

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