Html Css Color HEX #827666 Sand Dune

📋 copy color: '#827666'

red 130 ◦ green 118 ◦ blue 102

#827666
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sand Dune #827666

Tints of Sand Dune #827666

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 value IS 0

 M value IS 0.09

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#827666 (or 0x827666) is known color: 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

RGB 130 118 102 -
CMYK 0 0.09 0.22 0.49
HSL 34.29º 0.12% 0.45% -
HSV(B) 34.29º 0.22% 0.51% -
XYZ 18.08 18.66 15.22 -
YUV 119.76 117.98 135.3 -
System Red Green Blue C M Y K H S L
Decimal 130 118 102 0 0.09 0.22 0.49 34.29 0.12 0.45
Hex 82 76 66 0 9 16 31 22 C 2D
Octal 202 166 146 0 11 26 61 42 14 55
Binary 10000010 1110110 1100110 0 1001 10110 110001 100010 1100 101101

Color Harmonies of #827666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827666

Black with #827666

Text Example


Text Example

White with #827666

Text Example


Text Example

HTML Codes & Css Web 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>