Html Css Color HEX #686648 Hemlock

📋 copy color: '#686648'

red 104 ◦ green 102 ◦ blue 72

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

Shades of Hemlock #686648

Tints of Hemlock #686648

RGB

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

 GREEN value IS 102 (40.23% from 255) = 36.69%

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

R = 37.41%
G = 36.69%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.31

 K value IS 0.59

RGB Variations

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

Color information

#686648 (or 0x686648) is known color: Hemlock. HEX triplet: 68, 66 and 48. RGB value is (104,102,72). Sum of RGB (Red+Green+Blue) = 104+102+72=278 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.41% from 278); Green value is 102 (40.23% from 255 or 36.69% from 278); Blue value is 72 (28.52% from 255 or 25.90% from 278); Max value from RGB is 104 - color contains mainly: red. Hex color #686648 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686648 is #9799B7. Grayscale: #636363. Windows color (decimal): -9935288 or 4744808. OLE color: 4744808.

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

Color convert

RGB 104 102 72 -
CMYK 0 0.02 0.31 0.59
HSL 56.25º 0.18% 0.35% -
HSV(B) 56.25º 0.31% 0.41% -
XYZ 11.63 12.91 8.01 -
YUV 99.18 112.66 131.44 -
System Red Green Blue C M Y K H S L
Decimal 104 102 72 0 0.02 0.31 0.59 56.25 0.18 0.35
Hex 68 66 48 0 2 1F 3B 38 12 23
Octal 150 146 110 0 2 37 73 70 22 43
Binary 1101000 1100110 1001000 0 10 11111 111011 111000 10010 100011

Color Harmonies of #686648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686648

Black with #686648

Text Example


Text Example

White with #686648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686648; }

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

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

background-color css

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

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

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

border-color css

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

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

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