Html Css Color HEX #6C766D Laurel

📋 copy color: '#6C766D'

red 108 ◦ green 118 ◦ blue 109

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

Shades of Laurel #6C766D

Tints of Laurel #6C766D

RGB

 RED value IS 108 (42.58% from 255) = 32.24%

 GREEN value IS 118 (46.48% from 255) = 35.22%

 BLUE value IS 109 (42.97% from 255) = 32.54%

R = 32.24%
G = 35.22%
B = 32.54%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#6C766D (or 0x6C766D) is known color: Laurel. HEX triplet: 6C, 76 and 6D. RGB value is (108,118,109). Sum of RGB (Red+Green+Blue) = 108+118+109=335 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.24% from 335); Green value is 118 (46.48% from 255 or 35.22% from 335); Blue value is 109 (42.97% from 255 or 32.54% from 335); Max value from RGB is 118 - color contains mainly: green. Hex color #6C766D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C766D is #938992. Grayscale: #727272. Windows color (decimal): -9669011 or 7173740. OLE color: 7173740.

HSL color Cylindrical-coordinate representation of color #6C766D: hue angle of 126º degrees, saturation: 0.04, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #6C766D is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB 108 118 109 -
CMYK 0.08 0 0.08 0.54
HSL 126º 0.04% 0.44% -
HSV(B) 126º 0.08% 0.46% -
XYZ 15.42 17.25 16.98 -
YUV 113.98 125.19 123.73 -
System Red Green Blue C M Y K H S L
Decimal 108 118 109 0.08 0 0.08 0.54 126 0.04 0.44
Hex 6C 76 6D 8 0 8 36 7E 4 2C
Octal 154 166 155 10 0 10 66 176 4 54
Binary 1101100 1110110 1101101 1000 0 1000 110110 1111110 100 101100

Color Harmonies of #6C766D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C766D

Black with #6C766D

Text Example


Text Example

White with #6C766D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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