Html Css Color HEX #6D816F Laurel

📋 copy color: '#6D816F'

red 109 ◦ green 129 ◦ blue 111

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

Shades of Laurel #6D816F

Tints of Laurel #6D816F

RGB

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

 GREEN value IS 129 (50.78% from 255) = 36.96%

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

R = 31.23%
G = 36.96%
B = 31.81%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.14

 K value IS 0.49

RGB Variations

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

Color information

#6D816F (or 0x6D816F) is known color: Laurel. HEX triplet: 6D, 81 and 6F. RGB value is (109,129,111). Sum of RGB (Red+Green+Blue) = 109+129+111=349 (46% of max value = 765). Red value is 109 (42.97% from 255 or 31.23% from 349); Green value is 129 (50.78% from 255 or 36.96% from 349); Blue value is 111 (43.75% from 255 or 31.81% from 349); Max value from RGB is 129 - color contains mainly: green. Hex color #6D816F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D816F is #927E90. Grayscale: #797979. Windows color (decimal): -9600657 or 7307629. OLE color: 7307629.

HSL color Cylindrical-coordinate representation of color #6D816F: hue angle of 126º degrees, saturation: 0.08, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #6D816F is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.49.

Color convert

RGB 109 129 111 -
CMYK 0.16 0 0.14 0.49
HSL 126º 0.08% 0.47% -
HSV(B) 126º 0.16% 0.51% -
XYZ 17.03 20.1 18.02 -
YUV 120.97 122.37 119.46 -
System Red Green Blue C M Y K H S L
Decimal 109 129 111 0.16 0 0.14 0.49 126 0.08 0.47
Hex 6D 81 6F 10 0 E 31 7E 8 2F
Octal 155 201 157 20 0 16 61 176 10 57
Binary 1101101 10000001 1101111 10000 0 1110 110001 1111110 1000 101111

Color Harmonies of #6D816F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D816F

Black with #6D816F

Text Example


Text Example

White with #6D816F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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