Html Css Color HEX #6F826D Davy's Grey

📋 copy color: '#6F826D'

red 111 ◦ green 130 ◦ blue 109

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

Shades of Davy's Grey #6F826D

Tints of Davy's Grey #6F826D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 37.14%

 BLUE value IS 109 (42.97% from 255) = 31.14%

R = 31.71%
G = 37.14%
B = 31.14%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

#6F826D (or 0x6F826D) is known color: Davy's Grey. HEX triplet: 6F, 82 and 6D. RGB value is (111,130,109). Sum of RGB (Red+Green+Blue) = 111+130+109=350 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.71% from 350); Green value is 130 (51.17% from 255 or 37.14% from 350); Blue value is 109 (42.97% from 255 or 31.14% from 350); Max value from RGB is 130 - color contains mainly: green. Hex color #6F826D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F826D is #907D92. Grayscale: #797979. Windows color (decimal): -9469331 or 7176815. OLE color: 7176815.

HSL color Cylindrical-coordinate representation of color #6F826D: hue angle of 114.29º degrees, saturation: 0.09, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #6F826D is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB 111 130 109 -
CMYK 0.15 0 0.16 0.49
HSL 114.29º 0.09% 0.47% -
HSV(B) 114.29º 0.16% 0.51% -
XYZ 17.3 20.45 17.5 -
YUV 121.93 120.71 120.21 -
System Red Green Blue C M Y K H S L
Decimal 111 130 109 0.15 0 0.16 0.49 114.29 0.09 0.47
Hex 6F 82 6D F 0 10 31 72 9 2F
Octal 157 202 155 17 0 20 61 162 11 57
Binary 1101111 10000010 1101101 1111 0 10000 110001 1110010 1001 101111

Color Harmonies of #6F826D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F826D

Black with #6F826D

Text Example


Text Example

White with #6F826D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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