Html Css Color HEX #827469 Sand Dune

📋 copy color: '#827469'

red 130 ◦ green 116 ◦ blue 105

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

Shades of Sand Dune #827469

Tints of Sand Dune #827469

RGB

 RED value IS 130 (51.17% from 255) = 37.04%

 GREEN value IS 116 (45.7% from 255) = 33.05%

 BLUE value IS 105 (41.41% from 255) = 29.91%

R = 37.04%
G = 33.05%
B = 29.91%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.19

 K value IS 0.49

RGB Variations

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

Color information

#827469 (or 0x827469) is known color: Sand Dune. HEX triplet: 82, 74 and 69. RGB value is (130,116,105). Sum of RGB (Red+Green+Blue) = 130+116+105=351 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.04% from 351); Green value is 116 (45.70% from 255 or 33.05% from 351); Blue value is 105 (41.41% from 255 or 29.91% from 351); Max value from RGB is 130 - color contains mainly: red. Hex color #827469 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827469 is #7D8B96. Grayscale: #767676. Windows color (decimal): -8227735 or 6911106. OLE color: 6911106.

HSL color Cylindrical-coordinate representation of color #827469: hue angle of 26.4º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #827469 is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 116 105 -
CMYK 0 0.11 0.19 0.49
HSL 26.4º 0.11% 0.46% -
HSV(B) 26.4º 0.19% 0.51% -
XYZ 18 18.26 15.94 -
YUV 118.93 120.14 135.89 -
System Red Green Blue C M Y K H S L
Decimal 130 116 105 0 0.11 0.19 0.49 26.4 0.11 0.46
Hex 82 74 69 0 B 13 31 1A B 2E
Octal 202 164 151 0 13 23 61 32 13 56
Binary 10000010 1110100 1101001 0 1011 10011 110001 11010 1011 101110

Color Harmonies of #827469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827469

Black with #827469

Text Example


Text Example

White with #827469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827469; }

 p { color: rgb(130,116,105); }

 H1.HeaderClassName
 {
   color: #827469;
 }
 .AnyTagClassName
 {
   color: #827469;
 }
</style>

background-color css

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

 a { background-color: rgb(130,116,105); }

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

border-color css

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

 span { border-color: rgb(130,116,105); }

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