#809364

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

Shades of Highland #809364

Tints of Highland #809364

Color information

#809364 (or 0x809364) is unknown color: approx Highland. HEX triplet: 80, 93 and 64. RGB value is (128,147,100). Sum of RGB (Red+Green+Blue) = 128+147+100=375 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.13% from 375); Green value is 147 (57.81% from 255 or 39.2% from 375); Blue value is 100 (39.45% from 255 or 26.67% from 375); Max value from RGB is 147 - color contains mainly: green. Hex color #809364 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #809364 is #7F6C9B. Grayscale: #888888. Windows color (decimal): -8350876 or 6591360. OLE color: 6591360.

HSL color Cylindrical-coordinate representation of color #809364: hue angle of 84.26º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #809364 is Cyan = 0.13, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB128147100-
CMYK0.1300.320.42
HSL84.26º19.03%48.43%-
HSV(B)84.26º31.97%57.65%-
XYZ21.6426.3816.01-
YUV135.96107.71122.32-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.13%
GREEN value IS 147 (57.81% from 255) = 39.2%
BLUE value IS 100 (39.45% from 255) = 26.67%
R=34.13%
G=39.2%
B=26.67%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1281471000.1300.320.4284.2619.0348.43
Hex809364D0202A541330
Octal20022314415040521242360
Binary1000000010010011110010011010100000101010101010010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #809364; }

 p { color: rgb(128,147,100); }

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

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

 a { background-color: rgb(128,147,100); }

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

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

 span { border-color: rgb(128,147,100); }

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