Html Css Color HEX #6E766A Xanadu

📋 copy color: '#6E766A'

red 110 ◦ green 118 ◦ blue 106

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

Shades of Xanadu #6E766A

Tints of Xanadu #6E766A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 35.33%

 BLUE value IS 106 (41.8% from 255) = 31.74%

R = 32.93%
G = 35.33%
B = 31.74%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.10

 K value IS 0.54

RGB Variations

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

Color information

#6E766A (or 0x6E766A) is known color: Xanadu. HEX triplet: 6E, 76 and 6A. RGB value is (110,118,106). Sum of RGB (Red+Green+Blue) = 110+118+106=334 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.93% from 334); Green value is 118 (46.48% from 255 or 35.33% from 334); Blue value is 106 (41.80% from 255 or 31.74% from 334); Max value from RGB is 118 - color contains mainly: green. Hex color #6E766A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E766A is #918995. Grayscale: #727272. Windows color (decimal): -9537942 or 6977134. OLE color: 6977134.

HSL color Cylindrical-coordinate representation of color #6E766A: hue angle of 100º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #6E766A is Cyan = 0.07, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.54.

Color convert

RGB 110 118 106 -
CMYK 0.07 0 0.10 0.54
HSL 100º 0.05% 0.44% -
HSV(B) 100º 0.1% 0.46% -
XYZ 15.51 17.31 16.16 -
YUV 114.24 123.35 124.98 -
System Red Green Blue C M Y K H S L
Decimal 110 118 106 0.07 0 0.10 0.54 100 0.05 0.44
Hex 6E 76 6A 7 0 A 36 64 5 2C
Octal 156 166 152 7 0 12 66 144 5 54
Binary 1101110 1110110 1101010 111 0 1010 110110 1100100 101 101100

Color Harmonies of #6E766A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E766A

Black with #6E766A

Text Example


Text Example

White with #6E766A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,118,106); }

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

background-color css

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

 a { background-color: rgb(110,118,106); }

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

border-color css

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

 span { border-color: rgb(110,118,106); }

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