#829569

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

Shades of Highland #829569

Tints of Highland #829569

Color information

#829569 (or 0x829569) is unknown color: approx Highland. HEX triplet: 82, 95 and 69. RGB value is (130,149,105). Sum of RGB (Red+Green+Blue) = 130+149+105=384 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.85% from 384); Green value is 149 (58.59% from 255 or 38.80% from 384); Blue value is 105 (41.41% from 255 or 27.34% from 384); Max value from RGB is 149 - color contains mainly: green. Hex color #829569 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829569 is #7D6A96. Grayscale: #8A8A8A. Windows color (decimal): -8219287 or 6919554. OLE color: 6919554.

HSL color Cylindrical-coordinate representation of color #829569: hue angle of 85.91º 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 #829569 is Cyan = 0.13, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB130149105-
CMYK0.1300.300.42
HSL85.91º17.32%49.8%-
HSV(B)85.91º29.53%58.43%-
XYZ22.527.2617.44-
YUV138.3109.21122.08-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.85%
GREEN value IS 149 (58.59% from 255) = 38.80%
BLUE value IS 105 (41.41% from 255) = 27.34%
R=33.85%
G=38.80%
B=27.34%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1301491050.1300.300.4285.9117.3249.8
Hex829569D01E2A561132
Octal20222515115036521262162
Binary100000101001010111010011101011110101010101011010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829569; }

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

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

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

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

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

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

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

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