Html Css Color HEX #686449 Hemlock

📋 copy color: '#686449'

red 104 ◦ green 100 ◦ blue 73

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

Shades of Hemlock #686449

Tints of Hemlock #686449

RGB

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

 GREEN value IS 100 (39.45% from 255) = 36.1%

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

R = 37.55%
G = 36.1%
B = 26.35%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.30

 K value IS 0.59

RGB Variations

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

Color information

#686449 (or 0x686449) is known color: Hemlock. HEX triplet: 68, 64 and 49. RGB value is (104,100,73). Sum of RGB (Red+Green+Blue) = 104+100+73=277 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.55% from 277); Green value is 100 (39.45% from 255 or 36.10% from 277); Blue value is 73 (28.91% from 255 or 26.35% from 277); Max value from RGB is 104 - color contains mainly: red. Hex color #686449 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686449 is #979BB6. Grayscale: #626262. Windows color (decimal): -9935799 or 4809832. OLE color: 4809832.

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

Color convert

RGB 104 100 73 -
CMYK 0 0.04 0.30 0.59
HSL 52.26º 0.18% 0.35% -
HSV(B) 52.26º 0.3% 0.41% -
XYZ 11.47 12.54 8.12 -
YUV 98.12 113.83 132.2 -
System Red Green Blue C M Y K H S L
Decimal 104 100 73 0 0.04 0.30 0.59 52.26 0.18 0.35
Hex 68 64 49 0 4 1E 3B 34 12 23
Octal 150 144 111 0 4 36 73 64 22 43
Binary 1101000 1100100 1001001 0 100 11110 111011 110100 10010 100011

Color Harmonies of #686449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686449

Black with #686449

Text Example


Text Example

White with #686449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686449; }

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

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

background-color css

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

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

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

border-color css

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

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

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