Html Css Color HEX #6C8461 Xanadu

📋 copy color: '#6C8461'

red 108 ◦ green 132 ◦ blue 97

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

Shades of Xanadu #6C8461

Tints of Xanadu #6C8461

RGB

 RED value IS 108 (42.58% from 255) = 32.05%

 GREEN value IS 132 (51.95% from 255) = 39.17%

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

R = 32.05%
G = 39.17%
B = 28.78%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.27

 K value IS 0.48

RGB Variations

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

Color information

#6C8461 (or 0x6C8461) is known color: Xanadu. HEX triplet: 6C, 84 and 61. RGB value is (108,132,97). Sum of RGB (Red+Green+Blue) = 108+132+97=337 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.05% from 337); Green value is 132 (51.95% from 255 or 39.17% from 337); Blue value is 97 (38.28% from 255 or 28.78% from 337); Max value from RGB is 132 - color contains mainly: green. Hex color #6C8461 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C8461 is #937B9E. Grayscale: #787878. Windows color (decimal): -9665439 or 6390892. OLE color: 6390892.

HSL color Cylindrical-coordinate representation of color #6C8461: hue angle of 101.14º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6C8461 is Cyan = 0.18, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.48.

Color convert

RGB 108 132 97 -
CMYK 0.18 0 0.27 0.48
HSL 101.14º 0.15% 0.45% -
HSV(B) 101.14º 0.27% 0.52% -
XYZ 16.59 20.55 14.4 -
YUV 120.83 114.55 118.85 -
System Red Green Blue C M Y K H S L
Decimal 108 132 97 0.18 0 0.27 0.48 101.14 0.15 0.45
Hex 6C 84 61 12 0 1B 30 65 F 2D
Octal 154 204 141 22 0 33 60 145 17 55
Binary 1101100 10000100 1100001 10010 0 11011 110000 1100101 1111 101101

Color Harmonies of #6C8461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C8461

Black with #6C8461

Text Example


Text Example

White with #6C8461

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,132,97); }

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

background-color css

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

 a { background-color: rgb(108,132,97); }

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

border-color css

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

 span { border-color: rgb(108,132,97); }

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