Html Css Color HEX #6F836E Davy's Grey

📋 copy color: '#6F836E'

red 111 ◦ green 131 ◦ blue 110

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

Shades of Davy's Grey #6F836E

Tints of Davy's Grey #6F836E

RGB

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

 GREEN value IS 131 (51.56% from 255) = 37.22%

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

R = 31.53%
G = 37.22%
B = 31.25%

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

#6F836E (or 0x6F836E) is known color: Davy's Grey. HEX triplet: 6F, 83 and 6E. RGB value is (111,131,110). Sum of RGB (Red+Green+Blue) = 111+131+110=352 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.53% from 352); Green value is 131 (51.56% from 255 or 37.22% from 352); Blue value is 110 (43.36% from 255 or 31.25% from 352); Max value from RGB is 131 - color contains mainly: green. Hex color #6F836E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F836E is #907C91. Grayscale: #7A7A7A. Windows color (decimal): -9469074 or 7242607. OLE color: 7242607.

HSL color Cylindrical-coordinate representation of color #6F836E: hue angle of 117.14º 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 #6F836E is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB 111 131 110 -
CMYK 0.15 0 0.16 0.49
HSL 117.14º 0.09% 0.47% -
HSV(B) 117.14º 0.16% 0.51% -
XYZ 17.49 20.74 17.83 -
YUV 122.63 120.87 119.71 -
System Red Green Blue C M Y K H S L
Decimal 111 131 110 0.15 0 0.16 0.49 117.14 0.09 0.47
Hex 6F 83 6E F 0 10 31 75 9 2F
Octal 157 203 156 17 0 20 61 165 11 57
Binary 1101111 10000011 1101110 1111 0 10000 110001 1110101 1001 101111

Color Harmonies of #6F836E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F836E

Black with #6F836E

Text Example


Text Example

White with #6F836E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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