Html Css Color HEX #686346 Hemlock

📋 copy color: '#686346'

red 104 ◦ green 99 ◦ blue 70

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

Shades of Hemlock #686346

Tints of Hemlock #686346

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 25.64%

R = 38.1%
G = 36.26%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.33

 K value IS 0.59

RGB Variations

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

Color information

#686346 (or 0x686346) is known color: Hemlock. HEX triplet: 68, 63 and 46. RGB value is (104,99,70). Sum of RGB (Red+Green+Blue) = 104+99+70=273 (36% of max value = 765). Red value is 104 (41.02% from 255 or 38.10% from 273); Green value is 99 (39.06% from 255 or 36.26% from 273); Blue value is 70 (27.73% from 255 or 25.64% from 273); Max value from RGB is 104 - color contains mainly: red. Hex color #686346 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686346 is #979CB9. Grayscale: #616161. Windows color (decimal): -9936058 or 4612968. OLE color: 4612968.

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

Color convert

RGB 104 99 70 -
CMYK 0 0.05 0.33 0.59
HSL 51.18º 0.2% 0.34% -
HSV(B) 51.18º 0.33% 0.41% -
XYZ 11.28 12.31 7.58 -
YUV 97.19 112.66 132.86 -
System Red Green Blue C M Y K H S L
Decimal 104 99 70 0 0.05 0.33 0.59 51.18 0.2 0.34
Hex 68 63 46 0 5 21 3B 33 14 22
Octal 150 143 106 0 5 41 73 63 24 42
Binary 1101000 1100011 1000110 0 101 100001 111011 110011 10100 100010

Color Harmonies of #686346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686346

Black with #686346

Text Example


Text Example

White with #686346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686346; }

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

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

background-color css

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

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

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

border-color css

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

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

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