#827B6F

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

Shades of Arrowtown #827B6F

Tints of Arrowtown #827B6F

Color information

#827B6F (or 0x827B6F) is unknown color: approx Arrowtown. HEX triplet: 82, 7B and 6F. RGB value is (130,123,111). Sum of RGB (Red+Green+Blue) = 130+123+111=364 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.71% from 364); Green value is 123 (48.44% from 255 or 33.79% from 364); Blue value is 111 (43.75% from 255 or 30.49% from 364); Max value from RGB is 130 - color contains mainly: red. Hex color #827B6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827B6F is #7D8490. Grayscale: #7B7B7B. Windows color (decimal): -8225937 or 7306114. OLE color: 7306114.

HSL color Cylindrical-coordinate representation of color #827B6F: hue angle of 37.89º degrees, saturation: 0.08, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #827B6F is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB130123111-
CMYK00.050.150.49
HSL37.89º7.88%47.25%-
HSV(B)37.89º14.62%50.98%-
XYZ19.1620.0617.9-
YUV123.72120.82132.48-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.71%
GREEN value IS 123 (48.44% from 255) = 33.79%
BLUE value IS 111 (43.75% from 255) = 30.49%
R=35.71%
G=33.79%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13012311100.050.150.4937.897.8847.25
Hex827B6F05F312682f
Octal202173157051761461057
Binary1000001011110111101111010111111100011001101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827B6F; }

 p { color: rgb(130,123,111); }

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

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

 a { background-color: rgb(130,123,111); }

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

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

 span { border-color: rgb(130,123,111); }

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