Html Css Color HEX #6D856E Laurel

📋 copy color: '#6D856E'

red 109 ◦ green 133 ◦ blue 110

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

Shades of Laurel #6D856E

Tints of Laurel #6D856E

RGB

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

 GREEN value IS 133 (52.34% from 255) = 37.78%

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

R = 30.97%
G = 37.78%
B = 31.25%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#6D856E (or 0x6D856E) is known color: Laurel. HEX triplet: 6D, 85 and 6E. RGB value is (109,133,110). Sum of RGB (Red+Green+Blue) = 109+133+110=352 (46% of max value = 765). Red value is 109 (42.97% from 255 or 30.97% from 352); Green value is 133 (52.34% from 255 or 37.78% from 352); Blue value is 110 (43.36% from 255 or 31.25% from 352); Max value from RGB is 133 - color contains mainly: green. Hex color #6D856E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D856E is #927A91. Grayscale: #7B7B7B. Windows color (decimal): -9599634 or 7243117. OLE color: 7243117.

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

Color convert

RGB 109 133 110 -
CMYK 0.18 0 0.17 0.48
HSL 122.5º 0.1% 0.47% -
HSV(B) 122.5º 0.18% 0.52% -
XYZ 17.51 21.15 17.91 -
YUV 123.2 120.55 117.87 -
System Red Green Blue C M Y K H S L
Decimal 109 133 110 0.18 0 0.17 0.48 122.5 0.1 0.47
Hex 6D 85 6E 12 0 11 30 7B A 2F
Octal 155 205 156 22 0 21 60 173 12 57
Binary 1101101 10000101 1101110 10010 0 10001 110000 1111011 1010 101111

Color Harmonies of #6D856E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D856E

Black with #6D856E

Text Example


Text Example

White with #6D856E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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