#6A776C

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

Shades of Laurel #6A776C

Tints of Laurel #6A776C

Color information

#6A776C (or 0x6A776C) is unknown color: approx Laurel. HEX triplet: 6A, 77 and 6C. RGB value is (106,119,108). Sum of RGB (Red+Green+Blue) = 106+119+108=333 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.83% from 333); Green value is 119 (46.88% from 255 or 35.74% from 333); Blue value is 108 (42.58% from 255 or 32.43% from 333); Max value from RGB is 119 - color contains mainly: green. Hex color #6A776C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A776C is #958893. Grayscale: #717171. Windows color (decimal): -9799828 or 7108458. OLE color: 7108458.

HSL color Cylindrical-coordinate representation of color #6A776C: hue angle of 129.23º degrees, saturation: 0.06, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #6A776C is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB106119108-
CMYK0.1100.090.53
HSL129.23º5.78%44.12%-
HSV(B)129.23º10.92%46.67%-
XYZ15.2517.3416.73-
YUV113.86124.69122.39-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 31.83%
GREEN value IS 119 (46.88% from 255) = 35.74%
BLUE value IS 108 (42.58% from 255) = 32.43%
R=31.83%
G=35.74%
B=32.43%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1061191080.1100.090.53129.235.7844.12
Hex6A776CB09358162c
Octal1521671541301165201654
Binary11010101110111110110010110100111010110000001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A776C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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