Html Css Color HEX #6D826C Laurel

📋 copy color: '#6D826C'

red 109 ◦ green 130 ◦ blue 108

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

Shades of Laurel #6D826C

Tints of Laurel #6D826C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 37.46%

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

R = 31.41%
G = 37.46%
B = 31.12%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.17

 K value IS 0.49

RGB Variations

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

Color information

#6D826C (or 0x6D826C) is known color: Laurel. HEX triplet: 6D, 82 and 6C. RGB value is (109,130,108). Sum of RGB (Red+Green+Blue) = 109+130+108=347 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.41% from 347); Green value is 130 (51.17% from 255 or 37.46% from 347); Blue value is 108 (42.58% from 255 or 31.12% from 347); Max value from RGB is 130 - color contains mainly: green. Hex color #6D826C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D826C is #927D93. Grayscale: #797979. Windows color (decimal): -9600404 or 7111277. OLE color: 7111277.

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

Color convert

RGB 109 130 108 -
CMYK 0.16 0 0.17 0.49
HSL 117.27º 0.09% 0.47% -
HSV(B) 117.27º 0.17% 0.51% -
XYZ 17 20.3 17.21 -
YUV 121.21 120.54 119.29 -
System Red Green Blue C M Y K H S L
Decimal 109 130 108 0.16 0 0.17 0.49 117.27 0.09 0.47
Hex 6D 82 6C 10 0 11 31 75 9 2F
Octal 155 202 154 20 0 21 61 165 11 57
Binary 1101101 10000010 1101100 10000 0 10001 110001 1110101 1001 101111

Color Harmonies of #6D826C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D826C

Black with #6D826C

Text Example


Text Example

White with #6D826C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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