Html Css Color HEX #6D8569 Xanadu

📋 copy color: '#6D8569'

red 109 ◦ green 133 ◦ blue 105

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

Shades of Xanadu #6D8569

Tints of Xanadu #6D8569

RGB

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

 GREEN value IS 133 (52.34% from 255) = 38.33%

 BLUE value IS 105 (41.41% from 255) = 30.26%

R = 31.41%
G = 38.33%
B = 30.26%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.21

 K value IS 0.48

RGB Variations

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

Color information

#6D8569 (or 0x6D8569) is known color: Xanadu. HEX triplet: 6D, 85 and 69. RGB value is (109,133,105). Sum of RGB (Red+Green+Blue) = 109+133+105=347 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.41% from 347); Green value is 133 (52.34% from 255 or 38.33% from 347); Blue value is 105 (41.41% from 255 or 30.26% from 347); Max value from RGB is 133 - color contains mainly: green. Hex color #6D8569 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D8569 is #927A96. Grayscale: #7A7A7A. Windows color (decimal): -9599639 or 6915437. OLE color: 6915437.

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

Color convert

RGB 109 133 105 -
CMYK 0.18 0 0.21 0.48
HSL 111.43º 0.12% 0.47% -
HSV(B) 111.43º 0.21% 0.52% -
XYZ 17.24 21.05 16.52 -
YUV 122.63 118.05 118.28 -
System Red Green Blue C M Y K H S L
Decimal 109 133 105 0.18 0 0.21 0.48 111.43 0.12 0.47
Hex 6D 85 69 12 0 15 30 6F C 2F
Octal 155 205 151 22 0 25 60 157 14 57
Binary 1101101 10000101 1101001 10010 0 10101 110000 1101111 1100 101111

Color Harmonies of #6D8569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D8569

Black with #6D8569

Text Example


Text Example

White with #6D8569

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,133,105); }

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

background-color css

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

 a { background-color: rgb(109,133,105); }

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

border-color css

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

 span { border-color: rgb(109,133,105); }

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