Html Css Color HEX #686856 Hemlock

📋 copy color: '#686856'

red 104 ◦ green 104 ◦ blue 86

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

Shades of Hemlock #686856

Tints of Hemlock #686856

RGB

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

 GREEN value IS 104 (41.02% from 255) = 35.37%

 BLUE value IS 86 (33.98% from 255) = 29.25%

R = 35.37%
G = 35.37%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.17

 K value IS 0.59

RGB Variations

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

Color information

#686856 (or 0x686856) is known color: Hemlock. HEX triplet: 68, 68 and 56. RGB value is (104,104,86). Sum of RGB (Red+Green+Blue) = 104+104+86=294 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.37% from 294); Green value is 104 (41.02% from 255 or 35.37% from 294); Blue value is 86 (33.98% from 255 or 29.25% from 294); Max value from RGB is 104 - color contains mainly: red, green. Hex color #686856 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686856 is #9797A9. Grayscale: #666666. Windows color (decimal): -9934762 or 5662824. OLE color: 5662824.

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

Color convert

RGB 104 104 86 -
CMYK 0 0 0.17 0.59
HSL 60º 0.09% 0.37% -
HSV(B) 60º 0.17% 0.41% -
XYZ 12.34 13.52 10.76 -
YUV 101.95 119 129.46 -
System Red Green Blue C M Y K H S L
Decimal 104 104 86 0 0 0.17 0.59 60 0.09 0.37
Hex 68 68 56 0 0 11 3B 3C 9 25
Octal 150 150 126 0 0 21 73 74 11 45
Binary 1101000 1101000 1010110 0 0 10001 111011 111100 1001 100101

Color Harmonies of #686856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686856

Black with #686856

Text Example


Text Example

White with #686856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686856; }

 p { color: rgb(104,104,86); }

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

background-color css

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

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

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

border-color css

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

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

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