#827166

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

Shades of Sand Dune #827166

Tints of Sand Dune #827166

Color information

#827166 (or 0x827166) is unknown color: approx Sand Dune. HEX triplet: 82, 71 and 66. RGB value is (130,113,102). Sum of RGB (Red+Green+Blue) = 130+113+102=345 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.68% from 345); Green value is 113 (44.53% from 255 or 32.75% from 345); Blue value is 102 (40.23% from 255 or 29.57% from 345); Max value from RGB is 130 - color contains mainly: red. Hex color #827166 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827166 is #7D8E99. Grayscale: #747474. Windows color (decimal): -8228506 or 6713730. OLE color: 6713730.

HSL color Cylindrical-coordinate representation of color #827166: hue angle of 23.57º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #827166 is Cyan = 0, Magento = 0.13, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB130113102-
CMYK00.130.220.49
HSL23.57º12.07%45.49%-
HSV(B)23.57º21.54%50.98%-
XYZ17.5117.5215.03-
YUV116.83119.63137.39-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.68%
GREEN value IS 113 (44.53% from 255) = 32.75%
BLUE value IS 102 (40.23% from 255) = 29.57%
R=37.68%
G=32.75%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13011310200.130.220.4923.5712.0745.49
Hex8271660D163118c2d
Octal2021611460152661301455
Binary10000010111000111001100110110110110001110001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827166; }

 p { color: rgb(130,113,102); }

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

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

 a { background-color: rgb(130,113,102); }

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

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

 span { border-color: rgb(130,113,102); }

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