#6A746B

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

Shades of Laurel #6A746B

Tints of Laurel #6A746B

Color information

#6A746B (or 0x6A746B) is unknown color: approx Laurel. HEX triplet: 6A, 74 and 6B. RGB value is (106,116,107). Sum of RGB (Red+Green+Blue) = 106+116+107=329 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.22% from 329); Green value is 116 (45.70% from 255 or 35.26% from 329); Blue value is 107 (42.19% from 255 or 32.52% from 329); Max value from RGB is 116 - color contains mainly: green. Hex color #6A746B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A746B is #958B94. Grayscale: #707070. Windows color (decimal): -9800597 or 7042154. OLE color: 7042154.

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

Color convert

RGB106116107-
CMYK0.0900.080.55
HSL126º4.5%43.53%-
HSV(B)126º8.62%45.49%-
XYZ14.8416.6216.33-
YUV111.98125.19123.73-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 32.22%
GREEN value IS 116 (45.70% from 255) = 35.26%
BLUE value IS 107 (42.19% from 255) = 32.52%
R=32.22%
G=35.26%
B=32.52%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1061161070.0900.080.551264.543.53
Hex6A746B908377e52c
Octal1521641531101067176554
Binary1101010111010011010111001010001101111111110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A746B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,116,107); }

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

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

 a { background-color: rgb(106,116,107); }

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

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

 span { border-color: rgb(106,116,107); }

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