Html Css Color HEX #686646 Hemlock

📋 copy color: '#686646'

red 104 ◦ green 102 ◦ blue 70

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

Shades of Hemlock #686646

Tints of Hemlock #686646

RGB

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

 GREEN value IS 102 (40.23% from 255) = 36.96%

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

R = 37.68%
G = 36.96%
B = 25.36%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.33

 K value IS 0.59

RGB Variations

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

Color information

#686646 (or 0x686646) is known color: Hemlock. HEX triplet: 68, 66 and 46. RGB value is (104,102,70). Sum of RGB (Red+Green+Blue) = 104+102+70=276 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.68% from 276); Green value is 102 (40.23% from 255 or 36.96% from 276); Blue value is 70 (27.73% from 255 or 25.36% from 276); Max value from RGB is 104 - color contains mainly: red. Hex color #686646 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686646 is #9799B9. Grayscale: #636363. Windows color (decimal): -9935290 or 4613736. OLE color: 4613736.

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

Color convert

RGB 104 102 70 -
CMYK 0 0.02 0.33 0.59
HSL 56.47º 0.2% 0.34% -
HSV(B) 56.47º 0.33% 0.41% -
XYZ 11.57 12.89 7.67 -
YUV 98.95 111.66 131.6 -
System Red Green Blue C M Y K H S L
Decimal 104 102 70 0 0.02 0.33 0.59 56.47 0.2 0.34
Hex 68 66 46 0 2 21 3B 38 14 22
Octal 150 146 106 0 2 41 73 70 24 42
Binary 1101000 1100110 1000110 0 10 100001 111011 111000 10100 100010

Color Harmonies of #686646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686646

Black with #686646

Text Example


Text Example

White with #686646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686646; }

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

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

background-color css

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

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

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

border-color css

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

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

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