Html Css Color HEX #6D886F Laurel

📋 copy color: '#6D886F'

red 109 ◦ green 136 ◦ blue 111

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

Shades of Laurel #6D886F

Tints of Laurel #6D886F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 38.2%

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

R = 30.62%
G = 38.2%
B = 31.18%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#6D886F (or 0x6D886F) is known color: Laurel. HEX triplet: 6D, 88 and 6F. RGB value is (109,136,111). Sum of RGB (Red+Green+Blue) = 109+136+111=356 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.62% from 356); Green value is 136 (53.52% from 255 or 38.20% from 356); Blue value is 111 (43.75% from 255 or 31.18% from 356); Max value from RGB is 136 - color contains mainly: green. Hex color #6D886F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D886F is #927790. Grayscale: #7D7D7D. Windows color (decimal): -9598865 or 7309421. OLE color: 7309421.

HSL color Cylindrical-coordinate representation of color #6D886F: hue angle of 124.44º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6D886F is Cyan = 0.20, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB 109 136 111 -
CMYK 0.20 0 0.18 0.47
HSL 124.44º 0.11% 0.48% -
HSV(B) 124.44º 0.2% 0.53% -
XYZ 17.98 22.01 18.34 -
YUV 125.08 120.05 116.53 -
System Red Green Blue C M Y K H S L
Decimal 109 136 111 0.20 0 0.18 0.47 124.44 0.11 0.48
Hex 6D 88 6F 14 0 12 2F 7C B 30
Octal 155 210 157 24 0 22 57 174 13 60
Binary 1101101 10001000 1101111 10100 0 10010 101111 1111100 1011 110000

Color Harmonies of #6D886F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D886F

Black with #6D886F

Text Example


Text Example

White with #6D886F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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