Html Css Color HEX #6D8163 Xanadu

📋 copy color: '#6D8163'

red 109 ◦ green 129 ◦ blue 99

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

Shades of Xanadu #6D8163

Tints of Xanadu #6D8163

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 29.38%

R = 32.34%
G = 38.28%
B = 29.38%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.23

 K value IS 0.49

RGB Variations

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

Color information

#6D8163 (or 0x6D8163) is known color: Xanadu. HEX triplet: 6D, 81 and 63. RGB value is (109,129,99). Sum of RGB (Red+Green+Blue) = 109+129+99=337 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.34% from 337); Green value is 129 (50.78% from 255 or 38.28% from 337); Blue value is 99 (39.06% from 255 or 29.38% from 337); Max value from RGB is 129 - color contains mainly: green. Hex color #6D8163 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D8163 is #927E9C. Grayscale: #777777. Windows color (decimal): -9600669 or 6521197. OLE color: 6521197.

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

Color convert

RGB 109 129 99 -
CMYK 0.16 0 0.23 0.49
HSL 100º 0.13% 0.45% -
HSV(B) 100º 0.23% 0.51% -
XYZ 16.41 19.85 14.77 -
YUV 119.6 116.37 120.44 -
System Red Green Blue C M Y K H S L
Decimal 109 129 99 0.16 0 0.23 0.49 100 0.13 0.45
Hex 6D 81 63 10 0 17 31 64 D 2D
Octal 155 201 143 20 0 27 61 144 15 55
Binary 1101101 10000001 1100011 10000 0 10111 110001 1100100 1101 101101

Color Harmonies of #6D8163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D8163

Black with #6D8163

Text Example


Text Example

White with #6D8163

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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