#827665

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

Shades of Sand Dune #827665

Tints of Sand Dune #827665

Color information

#827665 (or 0x827665) is unknown color: approx Sand Dune. HEX triplet: 82, 76 and 65. RGB value is (130,118,101). Sum of RGB (Red+Green+Blue) = 130+118+101=349 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.25% from 349); Green value is 118 (46.48% from 255 or 33.81% from 349); Blue value is 101 (39.84% from 255 or 28.94% from 349); Max value from RGB is 130 - color contains mainly: red. Hex color #827665 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827665 is #7D899A. Grayscale: #777777. Windows color (decimal): -8227227 or 6649474. OLE color: 6649474.

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

Color convert

RGB130118101-
CMYK00.090.220.49
HSL35.17º12.55%45.29%-
HSV(B)35.17º22.31%50.98%-
XYZ18.0318.6414.96-
YUV119.65117.48135.38-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.25%
GREEN value IS 118 (46.48% from 255) = 33.81%
BLUE value IS 101 (39.84% from 255) = 28.94%
R=37.25%
G=33.81%
B=28.94%

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
Decimal13011810100.090.220.4935.1712.5545.29
Hex82766509163123d2d
Octal2021661450112661431555
Binary100000101110110110010101001101101100011000111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827665; }

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

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

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

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

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

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

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

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