Html Css Color HEX #6B8863 Xanadu

📋 copy color: '#6B8863'

red 107 ◦ green 136 ◦ blue 99

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

Shades of Xanadu #6B8863

Tints of Xanadu #6B8863

RGB

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

 GREEN value IS 136 (53.52% from 255) = 39.77%

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

R = 31.29%
G = 39.77%
B = 28.95%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.27

 K value IS 0.47

RGB Variations

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

Color information

#6B8863 (or 0x6B8863) is known color: Xanadu. HEX triplet: 6B, 88 and 63. RGB value is (107,136,99). Sum of RGB (Red+Green+Blue) = 107+136+99=342 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.29% from 342); Green value is 136 (53.52% from 255 or 39.77% from 342); Blue value is 99 (39.06% from 255 or 28.95% from 342); Max value from RGB is 136 - color contains mainly: green. Hex color #6B8863 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B8863 is #94779C. Grayscale: #7B7B7B. Windows color (decimal): -9729949 or 6522987. OLE color: 6522987.

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

Color convert

RGB 107 136 99 -
CMYK 0.21 0 0.27 0.47
HSL 107.03º 0.16% 0.46% -
HSV(B) 107.03º 0.27% 0.53% -
XYZ 17.12 21.63 15.08 -
YUV 123.11 114.39 116.51 -
System Red Green Blue C M Y K H S L
Decimal 107 136 99 0.21 0 0.27 0.47 107.03 0.16 0.46
Hex 6B 88 63 15 0 1B 2F 6B 10 2E
Octal 153 210 143 25 0 33 57 153 20 56
Binary 1101011 10001000 1100011 10101 0 11011 101111 1101011 10000 101110

Color Harmonies of #6B8863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B8863

Black with #6B8863

Text Example


Text Example

White with #6B8863

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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