Html Css Color HEX #6C895E Xanadu

📋 copy color: '#6C895E'

red 108 ◦ green 137 ◦ blue 94

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

Shades of Xanadu #6C895E

Tints of Xanadu #6C895E

RGB

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

 GREEN value IS 137 (53.91% from 255) = 40.41%

 BLUE value IS 94 (37.11% from 255) = 27.73%

R = 31.86%
G = 40.41%
B = 27.73%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.31

 K value IS 0.46

RGB Variations

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

Color information

#6C895E (or 0x6C895E) is known color: Xanadu. HEX triplet: 6C, 89 and 5E. RGB value is (108,137,94). Sum of RGB (Red+Green+Blue) = 108+137+94=339 (44% of max value = 765). Red value is 108 (42.58% from 255 or 31.86% from 339); Green value is 137 (53.91% from 255 or 40.41% from 339); Blue value is 94 (37.11% from 255 or 27.73% from 339); Max value from RGB is 137 - color contains mainly: green. Hex color #6C895E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C895E is #9376A1. Grayscale: #7B7B7B. Windows color (decimal): -9664162 or 6195564. OLE color: 6195564.

HSL color Cylindrical-coordinate representation of color #6C895E: hue angle of 100.47º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6C895E is Cyan = 0.21, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.46.

Color convert

RGB 108 137 94 -
CMYK 0.21 0 0.31 0.46
HSL 100.47º 0.19% 0.45% -
HSV(B) 100.47º 0.31% 0.54% -
XYZ 17.15 21.89 13.91 -
YUV 123.43 111.39 117 -
System Red Green Blue C M Y K H S L
Decimal 108 137 94 0.21 0 0.31 0.46 100.47 0.19 0.45
Hex 6C 89 5E 15 0 1F 2E 64 13 2D
Octal 154 211 136 25 0 37 56 144 23 55
Binary 1101100 10001001 1011110 10101 0 11111 101110 1100100 10011 101101

Color Harmonies of #6C895E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C895E

Black with #6C895E

Text Example


Text Example

White with #6C895E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,137,94); }

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

background-color css

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

 a { background-color: rgb(108,137,94); }

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

border-color css

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

 span { border-color: rgb(108,137,94); }

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