Html Css Color HEX #686848 Hemlock

📋 copy color: '#686848'

red 104 ◦ green 104 ◦ blue 72

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

Shades of Hemlock #686848

Tints of Hemlock #686848

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 25.71%

R = 37.14%
G = 37.14%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.31

 K value IS 0.59

RGB Variations

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

Color information

#686848 (or 0x686848) is known color: Hemlock. HEX triplet: 68, 68 and 48. RGB value is (104,104,72). Sum of RGB (Red+Green+Blue) = 104+104+72=280 (37% of max value = 765). Red value is 104 (41.02% from 255 or 37.14% from 280); Green value is 104 (41.02% from 255 or 37.14% from 280); Blue value is 72 (28.52% from 255 or 25.71% from 280); Max value from RGB is 104 - color contains mainly: red, green. Hex color #686848 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686848 is #9797B7. Grayscale: #646464. Windows color (decimal): -9934776 or 4745320. OLE color: 4745320.

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

Color convert

RGB 104 104 72 -
CMYK 0 0 0.31 0.59
HSL 60º 0.18% 0.35% -
HSV(B) 60º 0.31% 0.41% -
XYZ 11.83 13.31 8.08 -
YUV 100.35 112 130.6 -
System Red Green Blue C M Y K H S L
Decimal 104 104 72 0 0 0.31 0.59 60 0.18 0.35
Hex 68 68 48 0 0 1F 3B 3C 12 23
Octal 150 150 110 0 0 37 73 74 22 43
Binary 1101000 1101000 1001000 0 0 11111 111011 111100 10010 100011

Color Harmonies of #686848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686848

Black with #686848

Text Example


Text Example

White with #686848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686848; }

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

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

background-color css

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

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

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

border-color css

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

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

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