Html Css Color HEX #6B8861 Xanadu

📋 copy color: '#6B8861'

red 107 ◦ green 136 ◦ blue 97

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

Shades of Xanadu #6B8861

Tints of Xanadu #6B8861

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 28.53%

R = 31.47%
G = 40%
B = 28.53%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.29

 K value IS 0.47

RGB Variations

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

Color information

#6B8861 (or 0x6B8861) is known color: Xanadu. HEX triplet: 6B, 88 and 61. RGB value is (107,136,97). Sum of RGB (Red+Green+Blue) = 107+136+97=340 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.47% from 340); Green value is 136 (53.52% from 255 or 40% from 340); Blue value is 97 (38.28% from 255 or 28.53% from 340); Max value from RGB is 136 - color contains mainly: green. Hex color #6B8861 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B8861 is #94779E. Grayscale: #7B7B7B. Windows color (decimal): -9729951 or 6391915. OLE color: 6391915.

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

Color convert

RGB 107 136 97 -
CMYK 0.21 0 0.29 0.47
HSL 104.62º 0.17% 0.46% -
HSV(B) 104.62º 0.29% 0.53% -
XYZ 17.03 21.6 14.58 -
YUV 122.88 113.39 116.67 -
System Red Green Blue C M Y K H S L
Decimal 107 136 97 0.21 0 0.29 0.47 104.62 0.17 0.46
Hex 6B 88 61 15 0 1D 2F 69 11 2E
Octal 153 210 141 25 0 35 57 151 21 56
Binary 1101011 10001000 1100001 10101 0 11101 101111 1101001 10001 101110

Color Harmonies of #6B8861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B8861

Black with #6B8861

Text Example


Text Example

White with #6B8861

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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