#6A836C

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

Shades of Laurel #6A836C

Tints of Laurel #6A836C

Color information

#6A836C (or 0x6A836C) is unknown color: approx Laurel. HEX triplet: 6A, 83 and 6C. RGB value is (106,131,108). Sum of RGB (Red+Green+Blue) = 106+131+108=345 (45% of max value = 765). Red value is 106 (41.80% from 255 or 30.72% from 345); Green value is 131 (51.56% from 255 or 37.97% from 345); Blue value is 108 (42.58% from 255 or 31.30% from 345); Max value from RGB is 131 - color contains mainly: green. Hex color #6A836C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A836C is #957C93. Grayscale: #787878. Windows color (decimal): -9796756 or 7111530. OLE color: 7111530.

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

Color convert

RGB106131108-
CMYK0.1900.180.49
HSL124.8º10.55%46.47%-
HSV(B)124.8º19.08%51.37%-
XYZ16.7720.3817.24-
YUV120.9120.72117.37-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 30.72%
GREEN value IS 131 (51.56% from 255) = 37.97%
BLUE value IS 108 (42.58% from 255) = 31.30%
R=30.72%
G=37.97%
B=31.30%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1061311080.1900.180.49124.810.5546.47
Hex6A836C13012317db2e
Octal15220315423022611751356
Binary11010101000001111011001001101001011000111111011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A836C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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