Html Css Color HEX #6F716E Xanadu

📋 copy color: '#6F716E'

red 111 ◦ green 113 ◦ blue 110

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

Shades of Xanadu #6F716E

Tints of Xanadu #6F716E

RGB

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

 GREEN value IS 113 (44.53% from 255) = 33.83%

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

R = 33.23%
G = 33.83%
B = 32.93%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.03

 K value IS 0.56

RGB Variations

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

Color information

#6F716E (or 0x6F716E) is known color: Xanadu. HEX triplet: 6F, 71 and 6E. RGB value is (111,113,110). Sum of RGB (Red+Green+Blue) = 111+113+110=334 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.23% from 334); Green value is 113 (44.53% from 255 or 33.83% from 334); Blue value is 110 (43.36% from 255 or 32.93% from 334); Max value from RGB is 113 - color contains mainly: green. Hex color #6F716E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F716E is #908E91. Grayscale: #707070. Windows color (decimal): -9473682 or 7237999. OLE color: 7237999.

HSL color Cylindrical-coordinate representation of color #6F716E: hue angle of 100º degrees, saturation: 0.01, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #6F716E is Cyan = 0.02, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 113 110 -
CMYK 0.02 0 0.03 0.56
HSL 100º 0.01% 0.44% -
HSV(B) 100º 0.03% 0.44% -
XYZ 15.28 16.32 17.1 -
YUV 112.06 126.84 127.24 -
System Red Green Blue C M Y K H S L
Decimal 111 113 110 0.02 0 0.03 0.56 100 0.01 0.44
Hex 6F 71 6E 2 0 3 38 64 1 2C
Octal 157 161 156 2 0 3 70 144 1 54
Binary 1101111 1110001 1101110 10 0 11 111000 1100100 1 101100

Color Harmonies of #6F716E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F716E

Black with #6F716E

Text Example


Text Example

White with #6F716E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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