#6E716E

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

Shades of Boulder #6E716E

Tints of Boulder #6E716E

Color information

#6E716E (or 0x6E716E) is unknown color: approx Boulder. HEX triplet: 6E, 71 and 6E. RGB value is (110,113,110). Sum of RGB (Red+Green+Blue) = 110+113+110=333 (44% of max value = 765). Red value is 110 (43.36% from 255 or 33.03% from 333); Green value is 113 (44.53% from 255 or 33.93% from 333); Blue value is 110 (43.36% from 255 or 33.03% from 333); Max value from RGB is 113 - color contains mainly: green. Hex color #6E716E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E716E is #918E91. Grayscale: #6F6F6F. Windows color (decimal): -9539218 or 7237998. OLE color: 7237998.

HSL color Cylindrical-coordinate representation of color #6E716E: hue angle of 120º degrees, saturation: 0.01, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #6E716E is Cyan = 0.03, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB110113110-
CMYK0.0300.030.56
HSL120º1.35%43.73%-
HSV(B)120º2.65%44.31%-
XYZ15.1516.2517.09-
YUV111.76127.01126.74-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 33.03%
GREEN value IS 113 (44.53% from 255) = 33.93%
BLUE value IS 110 (43.36% from 255) = 33.03%
R=33.03%
G=33.93%
B=33.03%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1101131100.0300.030.561201.3543.73
Hex6E716E303387812c
Octal15616115630370170154
Binary1101110111000111011101101111100011110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E716E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,113,110); }

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

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

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

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

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

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

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