#827A6F

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

Shades of Sand Dune #827A6F

Tints of Sand Dune #827A6F

Color information

#827A6F (or 0x827A6F) is unknown color: approx Sand Dune. HEX triplet: 82, 7A and 6F. RGB value is (130,122,111). Sum of RGB (Red+Green+Blue) = 130+122+111=363 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.81% from 363); Green value is 122 (48.05% from 255 or 33.61% from 363); Blue value is 111 (43.75% from 255 or 30.58% from 363); Max value from RGB is 130 - color contains mainly: red. Hex color #827A6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827A6F is #7D8590. Grayscale: #7B7B7B. Windows color (decimal): -8226193 or 7305858. OLE color: 7305858.

HSL color Cylindrical-coordinate representation of color #827A6F: hue angle of 34.74º 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 #827A6F is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB130122111-
CMYK00.060.150.49
HSL34.74º7.88%47.25%-
HSV(B)34.74º14.62%50.98%-
XYZ19.0319.8117.86-
YUV123.14121.15132.89-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.81%
GREEN value IS 122 (48.05% from 255) = 33.61%
BLUE value IS 111 (43.75% from 255) = 30.58%
R=35.81%
G=33.61%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13012211100.060.150.4934.747.8847.25
Hex827A6F06F312382f
Octal202172157061761431057
Binary1000001011110101101111011011111100011000111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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