Html Css Color HEX #686348 Hemlock

📋 copy color: '#686348'

red 104 ◦ green 99 ◦ blue 72

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

Shades of Hemlock #686348

Tints of Hemlock #686348

RGB

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

 GREEN value IS 99 (39.06% from 255) = 36%

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

R = 37.82%
G = 36%
B = 26.18%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.31

 K value IS 0.59

RGB Variations

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

Color information

#686348 (or 0x686348) is known color: Hemlock. HEX triplet: 68, 63 and 48. RGB value is (104,99,72). Sum of RGB (Red+Green+Blue) = 104+99+72=275 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.82% from 275); Green value is 99 (39.06% from 255 or 36% from 275); Blue value is 72 (28.52% from 255 or 26.18% from 275); Max value from RGB is 104 - color contains mainly: red. Hex color #686348 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686348 is #979CB7. Grayscale: #616161. Windows color (decimal): -9936056 or 4744040. OLE color: 4744040.

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

Color convert

RGB 104 99 72 -
CMYK 0 0.05 0.31 0.59
HSL 50.63º 0.18% 0.35% -
HSV(B) 50.63º 0.31% 0.41% -
XYZ 11.34 12.33 7.91 -
YUV 97.42 113.66 132.7 -
System Red Green Blue C M Y K H S L
Decimal 104 99 72 0 0.05 0.31 0.59 50.63 0.18 0.35
Hex 68 63 48 0 5 1F 3B 33 12 23
Octal 150 143 110 0 5 37 73 63 22 43
Binary 1101000 1100011 1001000 0 101 11111 111011 110011 10010 100011

Color Harmonies of #686348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686348

Black with #686348

Text Example


Text Example

White with #686348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686348; }

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

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

background-color css

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

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

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

border-color css

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

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

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