Html Css Color HEX #6F806E Davy's Grey

📋 copy color: '#6F806E'

red 111 ◦ green 128 ◦ blue 110

#6F806E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Davy's Grey #6F806E

Tints of Davy's Grey #6F806E

RGB

 RED value IS 111 (43.75% from 255) = 31.81%

 GREEN value IS 128 (50.39% from 255) = 36.68%

 BLUE value IS 110 (43.36% from 255) = 31.52%

R = 31.81%
G = 36.68%
B = 31.52%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.14

 K value IS 0.50

RGB Variations

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

Color information

#6F806E (or 0x6F806E) is known color: Davy's Grey. HEX triplet: 6F, 80 and 6E. RGB value is (111,128,110). Sum of RGB (Red+Green+Blue) = 111+128+110=349 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.81% from 349); Green value is 128 (50.39% from 255 or 36.68% from 349); Blue value is 110 (43.36% from 255 or 31.52% from 349); Max value from RGB is 128 - color contains mainly: green. Hex color #6F806E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F806E is #907F91. Grayscale: #787878. Windows color (decimal): -9469842 or 7241839. OLE color: 7241839.

HSL color Cylindrical-coordinate representation of color #6F806E: hue angle of 116.67º degrees, saturation: 0.08, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #6F806E is Cyan = 0.13, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.50.

Color convert

RGB 111 128 110 -
CMYK 0.13 0 0.14 0.50
HSL 116.67º 0.08% 0.47% -
HSV(B) 116.67º 0.14% 0.5% -
XYZ 17.09 19.94 17.7 -
YUV 120.87 121.87 120.96 -
System Red Green Blue C M Y K H S L
Decimal 111 128 110 0.13 0 0.14 0.50 116.67 0.08 0.47
Hex 6F 80 6E D 0 E 32 75 8 2F
Octal 157 200 156 15 0 16 62 165 10 57
Binary 1101111 10000000 1101110 1101 0 1110 110010 1110101 1000 101111

Color Harmonies of #6F806E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F806E

Black with #6F806E

Text Example


Text Example

White with #6F806E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,128,110); }

 H1.HeaderClassName
 {
   color: #6F806E;
 }
 .AnyTagClassName
 {
   color: #6F806E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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