Html Css Color HEX #6D796E Laurel

📋 copy color: '#6D796E'

red 109 ◦ green 121 ◦ blue 110

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

Shades of Laurel #6D796E

Tints of Laurel #6D796E

RGB

 RED value IS 109 (42.97% from 255) = 32.06%

 GREEN value IS 121 (47.66% from 255) = 35.59%

 BLUE value IS 110 (43.36% from 255) = 32.35%

R = 32.06%
G = 35.59%
B = 32.35%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.09

 K value IS 0.53

RGB Variations

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

Color information

#6D796E (or 0x6D796E) is known color: Laurel. HEX triplet: 6D, 79 and 6E. RGB value is (109,121,110). Sum of RGB (Red+Green+Blue) = 109+121+110=340 (45% of max value = 765). Red value is 109 (42.97% from 255 or 32.06% from 340); Green value is 121 (47.66% from 255 or 35.59% from 340); Blue value is 110 (43.36% from 255 or 32.35% from 340); Max value from RGB is 121 - color contains mainly: green. Hex color #6D796E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D796E is #928691. Grayscale: #747474. Windows color (decimal): -9602706 or 7240045. OLE color: 7240045.

HSL color Cylindrical-coordinate representation of color #6D796E: hue angle of 125º degrees, saturation: 0.05, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #6D796E is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB 109 121 110 -
CMYK 0.10 0 0.09 0.53
HSL 125º 0.05% 0.45% -
HSV(B) 125º 0.1% 0.47% -
XYZ 15.96 18.05 17.4 -
YUV 116.16 124.52 122.89 -
System Red Green Blue C M Y K H S L
Decimal 109 121 110 0.10 0 0.09 0.53 125 0.05 0.45
Hex 6D 79 6E A 0 9 35 7D 5 2D
Octal 155 171 156 12 0 11 65 175 5 55
Binary 1101101 1111001 1101110 1010 0 1001 110101 1111101 101 101101

Color Harmonies of #6D796E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D796E

Black with #6D796E

Text Example


Text Example

White with #6D796E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6D796E; }

 p { color: rgb(109,121,110); }

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

background-color css

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

 a { background-color: rgb(109,121,110); }

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

border-color css

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

 span { border-color: rgb(109,121,110); }

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