Html Css Color HEX #827468 Sand Dune

📋 copy color: '#827468'

red 130 ◦ green 116 ◦ blue 104

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

Shades of Sand Dune #827468

Tints of Sand Dune #827468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 29.71%

R = 37.14%
G = 33.14%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.2

 K value IS 0.49

RGB Variations

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

Color information

#827468 (or 0x827468) is known color: Sand Dune. HEX triplet: 82, 74 and 68. RGB value is (130,116,104). Sum of RGB (Red+Green+Blue) = 130+116+104=350 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.14% from 350); Green value is 116 (45.70% from 255 or 33.14% from 350); Blue value is 104 (41.02% from 255 or 29.71% from 350); Max value from RGB is 130 - color contains mainly: red. Hex color #827468 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827468 is #7D8B97. Grayscale: #767676. Windows color (decimal): -8227736 or 6845570. OLE color: 6845570.

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

Color convert

RGB 130 116 104 -
CMYK 0 0.11 0.2 0.49
HSL 27.69º 0.11% 0.46% -
HSV(B) 27.69º 0.2% 0.51% -
XYZ 17.95 18.24 15.67 -
YUV 118.82 119.64 135.98 -
System Red Green Blue C M Y K H S L
Decimal 130 116 104 0 0.11 0.2 0.49 27.69 0.11 0.46
Hex 82 74 68 0 B 14 31 1C B 2E
Octal 202 164 150 0 13 24 61 34 13 56
Binary 10000010 1110100 1101000 0 1011 10100 110001 11100 1011 101110

Color Harmonies of #827468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827468

Black with #827468

Text Example


Text Example

White with #827468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827468; }

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

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

background-color css

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

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

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

border-color css

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

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

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