Html Css Color HEX #809F6C Amulet

📋 copy color: '#809F6C'

red 128 ◦ green 159 ◦ blue 108

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

Shades of Amulet #809F6C

Tints of Amulet #809F6C

RGB

 RED value IS 128 (50.39% from 255) = 32.41%

 GREEN value IS 159 (62.5% from 255) = 40.25%

 BLUE value IS 108 (42.58% from 255) = 27.34%

R = 32.41%
G = 40.25%
B = 27.34%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.32

 K value IS 0.38

RGB Variations

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

Color information

#809F6C (or 0x809F6C) is known color: Amulet. HEX triplet: 80, 9F and 6C. RGB value is (128,159,108). Sum of RGB (Red+Green+Blue) = 128+159+108=395 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.41% from 395); Green value is 159 (62.5% from 255 or 40.25% from 395); Blue value is 108 (42.58% from 255 or 27.34% from 395); Max value from RGB is 159 - color contains mainly: green. Hex color #809F6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #809F6C is #7F6093. Grayscale: #909090. Windows color (decimal): -8347796 or 7118720. OLE color: 7118720.

HSL color Cylindrical-coordinate representation of color #809F6C: hue angle of 96.47º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #809F6C is Cyan = 0.19, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.38.

Color convert

RGB 128 159 108 -
CMYK 0.19 0 0.32 0.38
HSL 96.47º 0.21% 0.52% -
HSV(B) 96.47º 0.32% 0.62% -
XYZ 24.01 30.47 18.8 -
YUV 143.92 107.73 116.65 -
System Red Green Blue C M Y K H S L
Decimal 128 159 108 0.19 0 0.32 0.38 96.47 0.21 0.52
Hex 80 9F 6C 13 0 20 26 60 15 34
Octal 200 237 154 23 0 40 46 140 25 64
Binary 10000000 10011111 1101100 10011 0 100000 100110 1100000 10101 110100

Color Harmonies of #809F6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809F6C

Black with #809F6C

Text Example


Text Example

White with #809F6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #809F6C; }

 p { color: rgb(128,159,108); }

 H1.HeaderClassName
 {
   color: #809F6C;
 }
 .AnyTagClassName
 {
   color: #809F6C;
 }
</style>

background-color css

<style>
 a { background-color: #809F6C; }

 a { background-color: rgb(128,159,108); }

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

border-color css

<style>
 span { border-color: #809F6C; }

 span { border-color: rgb(128,159,108); }

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