Html Css Color HEX #6D8268 Xanadu

📋 copy color: '#6D8268'

red 109 ◦ green 130 ◦ blue 104

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

Shades of Xanadu #6D8268

Tints of Xanadu #6D8268

RGB

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

 GREEN value IS 130 (51.17% from 255) = 37.9%

 BLUE value IS 104 (41.02% from 255) = 30.32%

R = 31.78%
G = 37.9%
B = 30.32%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.2

 K value IS 0.49

RGB Variations

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

Color information

#6D8268 (or 0x6D8268) is known color: Xanadu. HEX triplet: 6D, 82 and 68. RGB value is (109,130,104). Sum of RGB (Red+Green+Blue) = 109+130+104=343 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.78% from 343); Green value is 130 (51.17% from 255 or 37.90% from 343); Blue value is 104 (41.02% from 255 or 30.32% from 343); Max value from RGB is 130 - color contains mainly: green. Hex color #6D8268 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D8268 is #927D97. Grayscale: #787878. Windows color (decimal): -9600408 or 6849133. OLE color: 6849133.

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

Color convert

RGB 109 130 104 -
CMYK 0.16 0 0.2 0.49
HSL 108.46º 0.11% 0.46% -
HSV(B) 108.46º 0.2% 0.51% -
XYZ 16.79 20.22 16.11 -
YUV 120.76 118.54 119.61 -
System Red Green Blue C M Y K H S L
Decimal 109 130 104 0.16 0 0.2 0.49 108.46 0.11 0.46
Hex 6D 82 68 10 0 14 31 6C B 2E
Octal 155 202 150 20 0 24 61 154 13 56
Binary 1101101 10000010 1101000 10000 0 10100 110001 1101100 1011 101110

Color Harmonies of #6D8268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D8268

Black with #6D8268

Text Example


Text Example

White with #6D8268

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,130,104); }

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

background-color css

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

 a { background-color: rgb(109,130,104); }

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

border-color css

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

 span { border-color: rgb(109,130,104); }

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