#6C816D

Color #6C816D Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Laurel #6C816D

Tints of Laurel #6C816D

Color information

#6C816D (or 0x6C816D) is unknown color: approx Laurel. HEX triplet: 6C, 81 and 6D. RGB value is (108,129,109). Sum of RGB (Red+Green+Blue) = 108+129+109=346 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.21% from 346); Green value is 129 (50.78% from 255 or 37.28% from 346); Blue value is 109 (42.97% from 255 or 31.50% from 346); Max value from RGB is 129 - color contains mainly: green. Hex color #6C816D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C816D is #937E92. Grayscale: #787878. Windows color (decimal): -9666195 or 7176556. OLE color: 7176556.

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

Color convert

RGB108129109-
CMYK0.1600.160.49
HSL122.86º8.86%46.47%-
HSV(B)122.86º16.28%50.59%-
XYZ16.7919.9917.44-
YUV120.44121.54119.13-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 31.21%
GREEN value IS 129 (50.78% from 255) = 37.28%
BLUE value IS 109 (42.97% from 255) = 31.50%
R=31.21%
G=37.28%
B=31.50%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1081291090.1600.160.49122.868.8646.47
Hex6C816D10010317b92e
Octal15420115520020611731156
Binary11011001000000111011011000001000011000111110111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C816D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6C816D;
 }
 .AnyTagClassName
 {
   color: #6C816D;
 }
</style>
background-color css

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

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

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

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

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

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