#829B6B

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

Shades of Highland #829B6B

Tints of Highland #829B6B

Color information

#829B6B (or 0x829B6B) is unknown color: approx Highland. HEX triplet: 82, 9B and 6B. RGB value is (130,155,107). Sum of RGB (Red+Green+Blue) = 130+155+107=392 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.16% from 392); Green value is 155 (60.94% from 255 or 39.54% from 392); Blue value is 107 (42.19% from 255 or 27.30% from 392); Max value from RGB is 155 - color contains mainly: green. Hex color #829B6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829B6B is #7D6494. Grayscale: #8E8E8E. Windows color (decimal): -8217749 or 7052162. OLE color: 7052162.

HSL color Cylindrical-coordinate representation of color #829B6B: hue angle of 91.25º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #829B6B is Cyan = 0.16, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.39.

Color convert

RGB130155107-
CMYK0.1600.310.39
HSL91.25º19.35%51.37%-
HSV(B)91.25º30.97%60.78%-
XYZ23.5829.2518.31-
YUV142.05108.22119.4-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.16%
GREEN value IS 155 (60.94% from 255) = 39.54%
BLUE value IS 107 (42.19% from 255) = 27.30%
R=33.16%
G=39.54%
B=27.30%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1301551070.1600.310.3991.2519.3551.37
Hex829B6B1001F275b1333
Octal20223315320037471332363
Binary1000001010011011110101110000011111100111101101110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829B6B; }

 p { color: rgb(130,155,107); }

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

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

 a { background-color: rgb(130,155,107); }

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

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

 span { border-color: rgb(130,155,107); }

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