Html Css Color HEX #686750 Hemlock

📋 copy color: '#686750'

red 104 ◦ green 103 ◦ blue 80

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

Shades of Hemlock #686750

Tints of Hemlock #686750

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 27.87%

R = 36.24%
G = 35.89%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.23

 K value IS 0.59

RGB Variations

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

Color information

#686750 (or 0x686750) is known color: Hemlock. HEX triplet: 68, 67 and 50. RGB value is (104,103,80). Sum of RGB (Red+Green+Blue) = 104+103+80=287 (38% of max value = 765). Red value is 104 (41.02% from 255 or 36.24% from 287); Green value is 103 (40.62% from 255 or 35.89% from 287); Blue value is 80 (31.64% from 255 or 27.87% from 287); Max value from RGB is 104 - color contains mainly: red. Hex color #686750 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686750 is #9798AF. Grayscale: #646464. Windows color (decimal): -9935024 or 5269352. OLE color: 5269352.

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

Color convert

RGB 104 103 80 -
CMYK 0 0.01 0.23 0.59
HSL 57.5º 0.13% 0.36% -
HSV(B) 57.5º 0.23% 0.41% -
XYZ 12.01 13.22 9.51 -
YUV 100.68 116.33 130.37 -
System Red Green Blue C M Y K H S L
Decimal 104 103 80 0 0.01 0.23 0.59 57.5 0.13 0.36
Hex 68 67 50 0 1 17 3B 3A D 24
Octal 150 147 120 0 1 27 73 72 15 44
Binary 1101000 1100111 1010000 0 1 10111 111011 111010 1101 100100

Color Harmonies of #686750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686750

Black with #686750

Text Example


Text Example

White with #686750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686750; }

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

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

background-color css

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

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

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

border-color css

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

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

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