Html Css Color HEX #6B8164 Xanadu

📋 copy color: '#6B8164'

red 107 ◦ green 129 ◦ blue 100

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

Shades of Xanadu #6B8164

Tints of Xanadu #6B8164

RGB

 RED value IS 107 (42.19% from 255) = 31.85%

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

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

R = 31.85%
G = 38.39%
B = 29.76%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#6B8164 (or 0x6B8164) is known color: Xanadu. HEX triplet: 6B, 81 and 64. RGB value is (107,129,100). Sum of RGB (Red+Green+Blue) = 107+129+100=336 (44% of max value = 765). Red value is 107 (42.19% from 255 or 31.85% from 336); Green value is 129 (50.78% from 255 or 38.39% from 336); Blue value is 100 (39.45% from 255 or 29.76% from 336); Max value from RGB is 129 - color contains mainly: green. Hex color #6B8164 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B8164 is #947E9B. Grayscale: #777777. Windows color (decimal): -9731740 or 6586731. OLE color: 6586731.

HSL color Cylindrical-coordinate representation of color #6B8164: hue angle of 105.52º 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 #6B8164 is Cyan = 0.17, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB 107 129 100 -
CMYK 0.17 0 0.22 0.49
HSL 105.52º 0.13% 0.45% -
HSV(B) 105.52º 0.22% 0.51% -
XYZ 16.21 19.75 15.01 -
YUV 119.12 117.21 119.36 -
System Red Green Blue C M Y K H S L
Decimal 107 129 100 0.17 0 0.22 0.49 105.52 0.13 0.45
Hex 6B 81 64 11 0 16 31 6A D 2D
Octal 153 201 144 21 0 26 61 152 15 55
Binary 1101011 10000001 1100100 10001 0 10110 110001 1101010 1101 101101

Color Harmonies of #6B8164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B8164

Black with #6B8164

Text Example


Text Example

White with #6B8164

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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