Html Css Color HEX #686852 Hemlock

📋 copy color: '#686852'

red 104 ◦ green 104 ◦ blue 82

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

Shades of Hemlock #686852

Tints of Hemlock #686852

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 28.28%

R = 35.86%
G = 35.86%
B = 28.28%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.21

 K value IS 0.59

RGB Variations

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

Color information

#686852 (or 0x686852) is known color: Hemlock. HEX triplet: 68, 68 and 52. RGB value is (104,104,82). Sum of RGB (Red+Green+Blue) = 104+104+82=290 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.86% from 290); Green value is 104 (41.02% from 255 or 35.86% from 290); Blue value is 82 (32.42% from 255 or 28.28% from 290); Max value from RGB is 104 - color contains mainly: red, green. Hex color #686852 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686852 is #9797AD. Grayscale: #656565. Windows color (decimal): -9934766 or 5400680. OLE color: 5400680.

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

Color convert

RGB 104 104 82 -
CMYK 0 0 0.21 0.59
HSL 60º 0.12% 0.36% -
HSV(B) 60º 0.21% 0.41% -
XYZ 12.18 13.45 9.94 -
YUV 101.49 117 129.79 -
System Red Green Blue C M Y K H S L
Decimal 104 104 82 0 0 0.21 0.59 60 0.12 0.36
Hex 68 68 52 0 0 15 3B 3C C 24
Octal 150 150 122 0 0 25 73 74 14 44
Binary 1101000 1101000 1010010 0 0 10101 111011 111100 1100 100100

Color Harmonies of #686852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686852

Black with #686852

Text Example


Text Example

White with #686852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686852; }

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

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

background-color css

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

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

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

border-color css

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

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

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