Html Css Color HEX #6D796B Xanadu

📋 copy color: '#6D796B'

red 109 ◦ green 121 ◦ blue 107

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

Shades of Xanadu #6D796B

Tints of Xanadu #6D796B

RGB

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

 GREEN value IS 121 (47.66% from 255) = 35.91%

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

R = 32.34%
G = 35.91%
B = 31.75%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.12

 K value IS 0.53

RGB Variations

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

Color information

#6D796B (or 0x6D796B) is known color: Xanadu. HEX triplet: 6D, 79 and 6B. RGB value is (109,121,107). Sum of RGB (Red+Green+Blue) = 109+121+107=337 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.34% from 337); Green value is 121 (47.66% from 255 or 35.91% from 337); Blue value is 107 (42.19% from 255 or 31.75% from 337); Max value from RGB is 121 - color contains mainly: green. Hex color #6D796B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D796B is #928694. Grayscale: #737373. Windows color (decimal): -9602709 or 7043437. OLE color: 7043437.

HSL color Cylindrical-coordinate representation of color #6D796B: hue angle of 111.43º degrees, saturation: 0.06, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #6D796B is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB 109 121 107 -
CMYK 0.10 0 0.12 0.53
HSL 111.43º 0.06% 0.45% -
HSV(B) 111.43º 0.12% 0.47% -
XYZ 15.8 17.99 16.55 -
YUV 115.82 123.02 123.14 -
System Red Green Blue C M Y K H S L
Decimal 109 121 107 0.10 0 0.12 0.53 111.43 0.06 0.45
Hex 6D 79 6B A 0 C 35 6F 6 2D
Octal 155 171 153 12 0 14 65 157 6 55
Binary 1101101 1111001 1101011 1010 0 1100 110101 1101111 110 101101

Color Harmonies of #6D796B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D796B

Black with #6D796B

Text Example


Text Example

White with #6D796B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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