#809B63

Color #809B63 Highland (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Highland #809B63

Tints of Highland #809B63

Color information

#809B63 (or 0x809B63) is unknown color: approx Highland. HEX triplet: 80, 9B and 63. RGB value is (128,155,99). Sum of RGB (Red+Green+Blue) = 128+155+99=382 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.51% from 382); Green value is 155 (60.94% from 255 or 40.58% from 382); Blue value is 99 (39.06% from 255 or 25.92% from 382); Max value from RGB is 155 - color contains mainly: green. Hex color #809B63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #809B63 is #7F649C. Grayscale: #8C8C8C. Windows color (decimal): -8348829 or 6527872. OLE color: 6527872.

HSL color Cylindrical-coordinate representation of color #809B63: hue angle of 88.93º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #809B63 is Cyan = 0.17, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.39.

Color convert

RGB12815599-
CMYK0.1700.360.39
HSL88.93º22.05%49.8%-
HSV(B)88.93º36.13%60.78%-
XYZ22.8828.9316.18-
YUV140.54104.55119.05-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.51%
GREEN value IS 155 (60.94% from 255) = 40.58%
BLUE value IS 99 (39.06% from 255) = 25.92%
R=33.51%
G=40.58%
B=25.92%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal128155990.1700.360.3988.9322.0549.8
Hex809B631102427591632
Octal20023314321044471312662
Binary10000000100110111100011100010100100100111101100110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809B63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,155,99); }

 H1.HeaderClassName
 {
   color: #809B63;
 }
 .AnyTagClassName
 {
   color: #809B63;
 }
</style>
background-color css

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

 a { background-color: rgb(128,155,99); }

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

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

 span { border-color: rgb(128,155,99); }

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