#6F716F

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

Shades of Boulder #6F716F

Tints of Boulder #6F716F

Color information

#6F716F (or 0x6F716F) is unknown color: approx Boulder. HEX triplet: 6F, 71 and 6F. RGB value is (111,113,111). Sum of RGB (Red+Green+Blue) = 111+113+111=335 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.13% from 335); Green value is 113 (44.53% from 255 or 33.73% from 335); Blue value is 111 (43.75% from 255 or 33.13% from 335); Max value from RGB is 113 - color contains mainly: green. Hex color #6F716F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F716F is #908E90. Grayscale: #707070. Windows color (decimal): -9473681 or 7303535. OLE color: 7303535.

HSL color Cylindrical-coordinate representation of color #6F716F: 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.02%. Process color model (Four color, CMYK) of #6F716F is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.56.

Color convert

RGB111113111-
CMYK0.0200.020.56
HSL120º0.89%43.92%-
HSV(B)120º1.77%44.31%-
XYZ15.3316.3417.38-
YUV112.17127.34127.16-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 33.13%
GREEN value IS 113 (44.53% from 255) = 33.73%
BLUE value IS 111 (43.75% from 255) = 33.13%
R=33.13%
G=33.73%
B=33.13%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1111131110.0200.020.561200.8943.92
Hex6F716F202387812c
Octal15716115720270170154
Binary1101111111000111011111001011100011110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F716F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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