Html Css Color HEX #686349 Hemlock

📋 copy color: '#686349'

red 104 ◦ green 99 ◦ blue 73

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

Shades of Hemlock #686349

Tints of Hemlock #686349

RGB

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

 GREEN value IS 99 (39.06% from 255) = 35.87%

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

R = 37.68%
G = 35.87%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.30

 K value IS 0.59

RGB Variations

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

Color information

#686349 (or 0x686349) is known color: Hemlock. HEX triplet: 68, 63 and 49. RGB value is (104,99,73). Sum of RGB (Red+Green+Blue) = 104+99+73=276 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.68% from 276); Green value is 99 (39.06% from 255 or 35.87% from 276); Blue value is 73 (28.91% from 255 or 26.45% from 276); Max value from RGB is 104 - color contains mainly: red. Hex color #686349 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686349 is #979CB6. Grayscale: #616161. Windows color (decimal): -9936055 or 4809576. OLE color: 4809576.

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

Color convert

RGB 104 99 73 -
CMYK 0 0.05 0.30 0.59
HSL 50.32º 0.18% 0.35% -
HSV(B) 50.32º 0.3% 0.41% -
XYZ 11.37 12.35 8.09 -
YUV 97.53 114.16 132.61 -
System Red Green Blue C M Y K H S L
Decimal 104 99 73 0 0.05 0.30 0.59 50.32 0.18 0.35
Hex 68 63 49 0 5 1E 3B 32 12 23
Octal 150 143 111 0 5 36 73 62 22 43
Binary 1101000 1100011 1001001 0 101 11110 111011 110010 10010 100011

Color Harmonies of #686349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686349

Black with #686349

Text Example


Text Example

White with #686349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686349; }

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

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

background-color css

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

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

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

border-color css

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

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

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