#859569

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

Shades of Highland #859569

Tints of Highland #859569

Color information

#859569 (or 0x859569) is unknown color: approx Highland. HEX triplet: 85, 95 and 69. RGB value is (133,149,105). Sum of RGB (Red+Green+Blue) = 133+149+105=387 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.37% from 387); Green value is 149 (58.59% from 255 or 38.50% from 387); Blue value is 105 (41.41% from 255 or 27.13% from 387); Max value from RGB is 149 - color contains mainly: green. Hex color #859569 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859569 is #7A6A96. Grayscale: #8B8B8B. Windows color (decimal): -8022679 or 6919557. OLE color: 6919557.

HSL color Cylindrical-coordinate representation of color #859569: hue angle of 81.82º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #859569 is Cyan = 0.11, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB133149105-
CMYK0.1100.300.42
HSL81.82º17.32%49.8%-
HSV(B)81.82º29.53%58.43%-
XYZ22.9727.517.46-
YUV139.2108.7123.58-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.37%
GREEN value IS 149 (58.59% from 255) = 38.50%
BLUE value IS 105 (41.41% from 255) = 27.13%
R=34.37%
G=38.50%
B=27.13%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1331491050.1100.300.4281.8217.3249.8
Hex859569B01E2A521132
Octal20522515113036521222162
Binary100001011001010111010011011011110101010101001010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859569; }

 p { color: rgb(133,149,105); }

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

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

 a { background-color: rgb(133,149,105); }

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

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

 span { border-color: rgb(133,149,105); }

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