#6F856D

Color #6F856D Davy's Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Davy's Grey #6F856D

Tints of Davy's Grey #6F856D

Color information

#6F856D (or 0x6F856D) is unknown color: approx Davy's Grey. HEX triplet: 6F, 85 and 6D. RGB value is (111,133,109). Sum of RGB (Red+Green+Blue) = 111+133+109=353 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.44% from 353); Green value is 133 (52.34% from 255 or 37.68% from 353); Blue value is 109 (42.97% from 255 or 30.88% from 353); Max value from RGB is 133 - color contains mainly: green. Hex color #6F856D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F856D is #907A92. Grayscale: #7B7B7B. Windows color (decimal): -9468563 or 7177583. OLE color: 7177583.

HSL color Cylindrical-coordinate representation of color #6F856D: hue angle of 115º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6F856D is Cyan = 0.17, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.48.

Color convert

RGB111133109-
CMYK0.1700.180.48
HSL115º9.92%47.45%-
HSV(B)115º18.05%52.16%-
XYZ17.721.2617.64-
YUV123.69119.71118.95-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 31.44%
GREEN value IS 133 (52.34% from 255) = 37.68%
BLUE value IS 109 (42.97% from 255) = 30.88%
R=31.44%
G=37.68%
B=30.88%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1111331090.1700.180.481159.9247.45
Hex6F856D110123073a2f
Octal15720515521022601631257
Binary11011111000010111011011000101001011000011100111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F856D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,133,109); }

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

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

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

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

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

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

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