Html Css Color HEX #686546 Hemlock

📋 copy color: '#686546'

red 104 ◦ green 101 ◦ blue 70

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

Shades of Hemlock #686546

Tints of Hemlock #686546

RGB

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

 GREEN value IS 101 (39.84% from 255) = 36.73%

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

R = 37.82%
G = 36.73%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.33

 K value IS 0.59

RGB Variations

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

Color information

#686546 (or 0x686546) is known color: Hemlock. HEX triplet: 68, 65 and 46. RGB value is (104,101,70). Sum of RGB (Red+Green+Blue) = 104+101+70=275 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.82% from 275); Green value is 101 (39.84% from 255 or 36.73% from 275); Blue value is 70 (27.73% from 255 or 25.45% from 275); Max value from RGB is 104 - color contains mainly: red. Hex color #686546 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686546 is #979AB9. Grayscale: #626262. Windows color (decimal): -9935546 or 4613480. OLE color: 4613480.

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

Color convert

RGB 104 101 70 -
CMYK 0 0.03 0.33 0.59
HSL 54.71º 0.2% 0.34% -
HSV(B) 54.71º 0.33% 0.41% -
XYZ 11.47 12.69 7.64 -
YUV 98.36 111.99 132.02 -
System Red Green Blue C M Y K H S L
Decimal 104 101 70 0 0.03 0.33 0.59 54.71 0.2 0.34
Hex 68 65 46 0 3 21 3B 37 14 22
Octal 150 145 106 0 3 41 73 67 24 42
Binary 1101000 1100101 1000110 0 11 100001 111011 110111 10100 100010

Color Harmonies of #686546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686546

Black with #686546

Text Example


Text Example

White with #686546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686546; }

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

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

background-color css

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

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

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

border-color css

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

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

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