#827666

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

Shades of Sand Dune #827666

Tints of Sand Dune #827666

Color information

#827666 (or 0x827666) is unknown color: approx Sand Dune. HEX triplet: 82, 76 and 66. RGB value is (130,118,102). Sum of RGB (Red+Green+Blue) = 130+118+102=350 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.14% from 350); Green value is 118 (46.48% from 255 or 33.71% from 350); Blue value is 102 (40.23% from 255 or 29.14% from 350); Max value from RGB is 130 - color contains mainly: red. Hex color #827666 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827666 is #7D8999. Grayscale: #777777. Windows color (decimal): -8227226 or 6715010. OLE color: 6715010.

HSL color Cylindrical-coordinate representation of color #827666: hue angle of 34.29º 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 #827666 is Cyan = 0, Magento = 0.09, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB130118102-
CMYK00.090.220.49
HSL34.29º12.07%45.49%-
HSV(B)34.29º21.54%50.98%-
XYZ18.0818.6615.22-
YUV119.76117.98135.3-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.14%
GREEN value IS 118 (46.48% from 255) = 33.71%
BLUE value IS 102 (40.23% from 255) = 29.14%
R=37.14%
G=33.71%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13011810200.090.220.4934.2912.0745.49
Hex82766609163122c2d
Octal2021661460112661421455
Binary100000101110110110011001001101101100011000101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827666; }

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

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

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

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

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

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

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

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