#6B766C

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

Shades of Laurel #6B766C

Tints of Laurel #6B766C

Color information

#6B766C (or 0x6B766C) is unknown color: approx Laurel. HEX triplet: 6B, 76 and 6C. RGB value is (107,118,108). Sum of RGB (Red+Green+Blue) = 107+118+108=333 (44% of max value = 765). Red value is 107 (42.19% from 255 or 32.13% from 333); Green value is 118 (46.48% from 255 or 35.44% from 333); Blue value is 108 (42.58% from 255 or 32.43% from 333); Max value from RGB is 118 - color contains mainly: green. Hex color #6B766C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B766C is #948993. Grayscale: #717171. Windows color (decimal): -9734548 or 7108203. OLE color: 7108203.

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

Color convert

RGB107118108-
CMYK0.0900.080.54
HSL125.45º4.89%44.12%-
HSV(B)125.45º9.32%46.27%-
XYZ15.2517.1716.7-
YUV113.57124.86123.31-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 32.13%
GREEN value IS 118 (46.48% from 255) = 35.44%
BLUE value IS 108 (42.58% from 255) = 32.43%
R=32.13%
G=35.44%
B=32.43%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1071181080.0900.080.54125.454.8944.12
Hex6B766C908367d52c
Octal1531661541101066175554
Binary1101011111011011011001001010001101101111101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B766C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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