#6C836E

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

Shades of Laurel #6C836E

Tints of Laurel #6C836E

Color information

#6C836E (or 0x6C836E) is unknown color: approx Laurel. HEX triplet: 6C, 83 and 6E. RGB value is (108,131,110). Sum of RGB (Red+Green+Blue) = 108+131+110=349 (46% of max value = 765). Red value is 108 (42.58% from 255 or 30.95% from 349); Green value is 131 (51.56% from 255 or 37.54% from 349); Blue value is 110 (43.36% from 255 or 31.52% from 349); Max value from RGB is 131 - color contains mainly: green. Hex color #6C836E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C836E is #937C91. Grayscale: #797979. Windows color (decimal): -9665682 or 7242604. OLE color: 7242604.

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

Color convert

RGB108131110-
CMYK0.1800.160.49
HSL125.22º9.62%46.86%-
HSV(B)125.22º17.56%51.37%-
XYZ17.1220.5517.82-
YUV121.73121.38118.21-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 30.95%
GREEN value IS 131 (51.56% from 255) = 37.54%
BLUE value IS 110 (43.36% from 255) = 31.52%
R=30.95%
G=37.54%
B=31.52%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1081311100.1800.160.49125.229.6246.86
Hex6C836E12010317da2f
Octal15420315622020611751257
Binary11011001000001111011101001001000011000111111011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C836E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,131,110); }

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

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

 a { background-color: rgb(108,131,110); }

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

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

 span { border-color: rgb(108,131,110); }

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