Html Css Color HEX #6D846C Laurel

📋 copy color: '#6D846C'

red 109 ◦ green 132 ◦ blue 108

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

Shades of Laurel #6D846C

Tints of Laurel #6D846C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 30.95%

R = 31.23%
G = 37.82%
B = 30.95%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.18

 K value IS 0.48

RGB Variations

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

Color information

#6D846C (or 0x6D846C) is known color: Laurel. HEX triplet: 6D, 84 and 6C. RGB value is (109,132,108). Sum of RGB (Red+Green+Blue) = 109+132+108=349 (46% of max value = 765). Red value is 109 (42.97% from 255 or 31.23% from 349); Green value is 132 (51.95% from 255 or 37.82% from 349); Blue value is 108 (42.58% from 255 or 30.95% from 349); Max value from RGB is 132 - color contains mainly: green. Hex color #6D846C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D846C is #927B93. Grayscale: #7A7A7A. Windows color (decimal): -9599892 or 7111789. OLE color: 7111789.

HSL color Cylindrical-coordinate representation of color #6D846C: hue angle of 117.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 #6D846C is Cyan = 0.17, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.48.

Color convert

RGB 109 132 108 -
CMYK 0.17 0 0.18 0.48
HSL 117.5º 0.1% 0.47% -
HSV(B) 117.5º 0.18% 0.52% -
XYZ 17.26 20.84 17.3 -
YUV 122.39 119.88 118.45 -
System Red Green Blue C M Y K H S L
Decimal 109 132 108 0.17 0 0.18 0.48 117.5 0.1 0.47
Hex 6D 84 6C 11 0 12 30 76 A 2F
Octal 155 204 154 21 0 22 60 166 12 57
Binary 1101101 10000100 1101100 10001 0 10010 110000 1110110 1010 101111

Color Harmonies of #6D846C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D846C

Black with #6D846C

Text Example


Text Example

White with #6D846C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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