Html Css Color HEX #6D816B Xanadu

📋 copy color: '#6D816B'

red 109 ◦ green 129 ◦ blue 107

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

Shades of Xanadu #6D816B

Tints of Xanadu #6D816B

RGB

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

 GREEN value IS 129 (50.78% from 255) = 37.39%

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

R = 31.59%
G = 37.39%
B = 31.01%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.17

 K value IS 0.49

RGB Variations

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

Color information

#6D816B (or 0x6D816B) is known color: Xanadu. HEX triplet: 6D, 81 and 6B. RGB value is (109,129,107). Sum of RGB (Red+Green+Blue) = 109+129+107=345 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.59% from 345); Green value is 129 (50.78% from 255 or 37.39% from 345); Blue value is 107 (42.19% from 255 or 31.01% from 345); Max value from RGB is 129 - color contains mainly: green. Hex color #6D816B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D816B is #927E94. Grayscale: #787878. Windows color (decimal): -9600661 or 7045485. OLE color: 7045485.

HSL color Cylindrical-coordinate representation of color #6D816B: hue angle of 114.55º degrees, saturation: 0.09, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #6D816B is Cyan = 0.16, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.49.

Color convert

RGB 109 129 107 -
CMYK 0.16 0 0.17 0.49
HSL 114.55º 0.09% 0.46% -
HSV(B) 114.55º 0.17% 0.51% -
XYZ 16.81 20.01 16.89 -
YUV 120.51 120.37 119.79 -
System Red Green Blue C M Y K H S L
Decimal 109 129 107 0.16 0 0.17 0.49 114.55 0.09 0.46
Hex 6D 81 6B 10 0 11 31 73 9 2E
Octal 155 201 153 20 0 21 61 163 11 56
Binary 1101101 10000001 1101011 10000 0 10001 110001 1110011 1001 101110

Color Harmonies of #6D816B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D816B

Black with #6D816B

Text Example


Text Example

White with #6D816B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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