Html Css Color HEX #6D846F Laurel

📋 copy color: '#6D846F'

red 109 ◦ green 132 ◦ blue 111

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

Shades of Laurel #6D846F

Tints of Laurel #6D846F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 37.5%

 BLUE value IS 111 (43.75% from 255) = 31.53%

R = 30.97%
G = 37.5%
B = 31.53%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.16

 K value IS 0.48

RGB Variations

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

Color information

#6D846F (or 0x6D846F) is known color: Laurel. HEX triplet: 6D, 84 and 6F. RGB value is (109,132,111). Sum of RGB (Red+Green+Blue) = 109+132+111=352 (46% of max value = 765). Red value is 109 (42.97% from 255 or 30.97% from 352); Green value is 132 (51.95% from 255 or 37.5% from 352); Blue value is 111 (43.75% from 255 or 31.53% from 352); Max value from RGB is 132 - color contains mainly: green. Hex color #6D846F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D846F is #927B90. Grayscale: #7A7A7A. Windows color (decimal): -9599889 or 7308397. OLE color: 7308397.

HSL color Cylindrical-coordinate representation of color #6D846F: hue angle of 125.22º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #6D846F is Cyan = 0.17, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.48.

Color convert

RGB 109 132 111 -
CMYK 0.17 0 0.16 0.48
HSL 125.22º 0.1% 0.47% -
HSV(B) 125.22º 0.17% 0.52% -
XYZ 17.43 20.9 18.15 -
YUV 122.73 121.38 118.21 -
System Red Green Blue C M Y K H S L
Decimal 109 132 111 0.17 0 0.16 0.48 125.22 0.1 0.47
Hex 6D 84 6F 11 0 10 30 7D A 2F
Octal 155 204 157 21 0 20 60 175 12 57
Binary 1101101 10000100 1101111 10001 0 10000 110000 1111101 1010 101111

Color Harmonies of #6D846F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D846F

Black with #6D846F

Text Example


Text Example

White with #6D846F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,132,111); }

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

background-color css

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

 a { background-color: rgb(109,132,111); }

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

border-color css

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

 span { border-color: rgb(109,132,111); }

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