Html Css Color HEX #686742 Hemlock

📋 copy color: '#686742'

red 104 ◦ green 103 ◦ blue 66

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

Shades of Hemlock #686742

Tints of Hemlock #686742

RGB

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

 GREEN value IS 103 (40.63% from 255) = 37.73%

 BLUE value IS 66 (26.17% from 255) = 24.18%

R = 38.1%
G = 37.73%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.37

 K value IS 0.59

RGB Variations

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

Color information

#686742 (or 0x686742) is known color: Hemlock. HEX triplet: 68, 67 and 42. RGB value is (104,103,66). Sum of RGB (Red+Green+Blue) = 104+103+66=273 (36% of max value = 765). Red value is 104 (41.02% from 255 or 38.10% from 273); Green value is 103 (40.62% from 255 or 37.73% from 273); Blue value is 66 (26.17% from 255 or 24.18% from 273); Max value from RGB is 104 - color contains mainly: red. Hex color #686742 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686742 is #9798BD. Grayscale: #636363. Windows color (decimal): -9935038 or 4351848. OLE color: 4351848.

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

Color convert

RGB 104 103 66 -
CMYK 0 0.01 0.37 0.59
HSL 58.42º 0.22% 0.33% -
HSV(B) 58.42º 0.37% 0.41% -
XYZ 11.54 13.04 7.06 -
YUV 99.08 109.33 131.51 -
System Red Green Blue C M Y K H S L
Decimal 104 103 66 0 0.01 0.37 0.59 58.42 0.22 0.33
Hex 68 67 42 0 1 25 3B 3A 16 21
Octal 150 147 102 0 1 45 73 72 26 41
Binary 1101000 1100111 1000010 0 1 100101 111011 111010 10110 100001

Color Harmonies of #686742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686742

Black with #686742

Text Example


Text Example

White with #686742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686742; }

 p { color: rgb(104,103,66); }

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

background-color css

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

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

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

border-color css

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

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

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