Html Css Color HEX #686755 Hemlock

📋 copy color: '#686755'

red 104 ◦ green 103 ◦ blue 85

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

Shades of Hemlock #686755

Tints of Hemlock #686755

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 29.11%

R = 35.62%
G = 35.27%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.18

 K value IS 0.59

RGB Variations

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

Color information

#686755 (or 0x686755) is known color: Hemlock. HEX triplet: 68, 67 and 55. RGB value is (104,103,85). Sum of RGB (Red+Green+Blue) = 104+103+85=292 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.62% from 292); Green value is 103 (40.62% from 255 or 35.27% from 292); Blue value is 85 (33.59% from 255 or 29.11% from 292); Max value from RGB is 104 - color contains mainly: red. Hex color #686755 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686755 is #9798AA. Grayscale: #656565. Windows color (decimal): -9935019 or 5597032. OLE color: 5597032.

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

Color convert

RGB 104 103 85 -
CMYK 0 0.01 0.18 0.59
HSL 56.84º 0.1% 0.37% -
HSV(B) 56.84º 0.18% 0.41% -
XYZ 12.2 13.3 10.52 -
YUV 101.25 118.83 129.96 -
System Red Green Blue C M Y K H S L
Decimal 104 103 85 0 0.01 0.18 0.59 56.84 0.1 0.37
Hex 68 67 55 0 1 12 3B 39 A 25
Octal 150 147 125 0 1 22 73 71 12 45
Binary 1101000 1100111 1010101 0 1 10010 111011 111001 1010 100101

Color Harmonies of #686755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686755

Black with #686755

Text Example


Text Example

White with #686755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686755; }

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

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

background-color css

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

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

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

border-color css

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

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

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