Html Css Color HEX #6A8164 Xanadu

📋 copy color: '#6A8164'

red 106 ◦ green 129 ◦ blue 100

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

Shades of Xanadu #6A8164

Tints of Xanadu #6A8164

RGB

 RED value IS 106 (41.8% from 255) = 31.64%

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

 BLUE value IS 100 (39.45% from 255) = 29.85%

R = 31.64%
G = 38.51%
B = 29.85%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#6A8164 (or 0x6A8164) is known color: Xanadu. HEX triplet: 6A, 81 and 64. RGB value is (106,129,100). Sum of RGB (Red+Green+Blue) = 106+129+100=335 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.64% from 335); Green value is 129 (50.78% from 255 or 38.51% from 335); Blue value is 100 (39.45% from 255 or 29.85% from 335); Max value from RGB is 129 - color contains mainly: green. Hex color #6A8164 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A8164 is #957E9B. Grayscale: #767676. Windows color (decimal): -9797276 or 6586730. OLE color: 6586730.

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

Color convert

RGB 106 129 100 -
CMYK 0.18 0 0.22 0.49
HSL 107.59º 0.13% 0.45% -
HSV(B) 107.59º 0.22% 0.51% -
XYZ 16.09 19.68 15.01 -
YUV 118.82 117.38 118.86 -
System Red Green Blue C M Y K H S L
Decimal 106 129 100 0.18 0 0.22 0.49 107.59 0.13 0.45
Hex 6A 81 64 12 0 16 31 6C D 2D
Octal 152 201 144 22 0 26 61 154 15 55
Binary 1101010 10000001 1100100 10010 0 10110 110001 1101100 1101 101101

Color Harmonies of #6A8164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A8164

Black with #6A8164

Text Example


Text Example

White with #6A8164

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,129,100); }

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

background-color css

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

 a { background-color: rgb(106,129,100); }

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

border-color css

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

 span { border-color: rgb(106,129,100); }

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