Html Css Color HEX #827668 Sand Dune

📋 copy color: '#827668'

red 130 ◦ green 118 ◦ blue 104

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

Shades of Sand Dune #827668

Tints of Sand Dune #827668

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.52%

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

R = 36.93%
G = 33.52%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.2

 K value IS 0.49

RGB Variations

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

Color information

#827668 (or 0x827668) is known color: Sand Dune. HEX triplet: 82, 76 and 68. RGB value is (130,118,104). Sum of RGB (Red+Green+Blue) = 130+118+104=352 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.93% from 352); Green value is 118 (46.48% from 255 or 33.52% from 352); Blue value is 104 (41.02% from 255 or 29.55% from 352); Max value from RGB is 130 - color contains mainly: red. Hex color #827668 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827668 is #7D8997. Grayscale: #787878. Windows color (decimal): -8227224 or 6846082. OLE color: 6846082.

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

Color convert

RGB 130 118 104 -
CMYK 0 0.09 0.2 0.49
HSL 32.31º 0.11% 0.46% -
HSV(B) 32.31º 0.2% 0.51% -
XYZ 18.18 18.7 15.75 -
YUV 119.99 118.98 135.14 -
System Red Green Blue C M Y K H S L
Decimal 130 118 104 0 0.09 0.2 0.49 32.31 0.11 0.46
Hex 82 76 68 0 9 14 31 20 B 2E
Octal 202 166 150 0 11 24 61 40 13 56
Binary 10000010 1110110 1101000 0 1001 10100 110001 100000 1011 101110

Color Harmonies of #827668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827668

Black with #827668

Text Example


Text Example

White with #827668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827668; }

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

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

background-color css

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

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

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

border-color css

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

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

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