Html Css Color HEX #6D776B Xanadu

📋 copy color: '#6D776B'

red 109 ◦ green 119 ◦ blue 107

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

Shades of Xanadu #6D776B

Tints of Xanadu #6D776B

RGB

 RED value IS 109 (42.97% from 255) = 32.54%

 GREEN value IS 119 (46.88% from 255) = 35.52%

 BLUE value IS 107 (42.19% from 255) = 31.94%

R = 32.54%
G = 35.52%
B = 31.94%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.10

 K value IS 0.53

RGB Variations

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

Color information

#6D776B (or 0x6D776B) is known color: Xanadu. HEX triplet: 6D, 77 and 6B. RGB value is (109,119,107). Sum of RGB (Red+Green+Blue) = 109+119+107=335 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.54% from 335); Green value is 119 (46.88% from 255 or 35.52% from 335); Blue value is 107 (42.19% from 255 or 31.94% from 335); Max value from RGB is 119 - color contains mainly: green. Hex color #6D776B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D776B is #928894. Grayscale: #727272. Windows color (decimal): -9603221 or 7042925. OLE color: 7042925.

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

Color convert

RGB 109 119 107 -
CMYK 0.08 0 0.10 0.53
HSL 110º 0.05% 0.44% -
HSV(B) 110º 0.1% 0.47% -
XYZ 15.56 17.51 16.47 -
YUV 114.64 123.69 123.98 -
System Red Green Blue C M Y K H S L
Decimal 109 119 107 0.08 0 0.10 0.53 110 0.05 0.44
Hex 6D 77 6B 8 0 A 35 6E 5 2C
Octal 155 167 153 10 0 12 65 156 5 54
Binary 1101101 1110111 1101011 1000 0 1010 110101 1101110 101 101100

Color Harmonies of #6D776B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D776B

Black with #6D776B

Text Example


Text Example

White with #6D776B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,119,107); }

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

background-color css

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

 a { background-color: rgb(109,119,107); }

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

border-color css

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

 span { border-color: rgb(109,119,107); }

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