Html Css Color HEX #6B8663 Xanadu

📋 copy color: '#6B8663'

red 107 ◦ green 134 ◦ blue 99

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

Shades of Xanadu #6B8663

Tints of Xanadu #6B8663

RGB

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

 GREEN value IS 134 (52.73% from 255) = 39.41%

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

R = 31.47%
G = 39.41%
B = 29.12%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.26

 K value IS 0.47

RGB Variations

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

Color information

#6B8663 (or 0x6B8663) is known color: Xanadu. HEX triplet: 6B, 86 and 63. RGB value is (107,134,99). Sum of RGB (Red+Green+Blue) = 107+134+99=340 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.47% from 340); Green value is 134 (52.73% from 255 or 39.41% from 340); Blue value is 99 (39.06% from 255 or 29.12% from 340); Max value from RGB is 134 - color contains mainly: green. Hex color #6B8663 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B8663 is #94799C. Grayscale: #7A7A7A. Windows color (decimal): -9730461 or 6522475. OLE color: 6522475.

HSL color Cylindrical-coordinate representation of color #6B8663: hue angle of 106.29º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6B8663 is Cyan = 0.20, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.47.

Color convert

RGB 107 134 99 -
CMYK 0.20 0 0.26 0.47
HSL 106.29º 0.15% 0.46% -
HSV(B) 106.29º 0.26% 0.53% -
XYZ 16.84 21.08 14.99 -
YUV 121.94 115.05 117.35 -
System Red Green Blue C M Y K H S L
Decimal 107 134 99 0.20 0 0.26 0.47 106.29 0.15 0.46
Hex 6B 86 63 14 0 1A 2F 6A F 2E
Octal 153 206 143 24 0 32 57 152 17 56
Binary 1101011 10000110 1100011 10100 0 11010 101111 1101010 1111 101110

Color Harmonies of #6B8663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B8663

Black with #6B8663

Text Example


Text Example

White with #6B8663

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,134,99); }

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

background-color css

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

 a { background-color: rgb(107,134,99); }

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

border-color css

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

 span { border-color: rgb(107,134,99); }

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