Html Css Color HEX #807668 Sand Dune

📋 copy color: '#807668'

red 128 ◦ green 118 ◦ blue 104

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

Shades of Sand Dune #807668

Tints of Sand Dune #807668

RGB

 RED value IS 128 (50.39% from 255) = 36.57%

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

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

R = 36.57%
G = 33.71%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.19

 K value IS 0.50

RGB Variations

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

Color information

#807668 (or 0x807668) is known color: Sand Dune. HEX triplet: 80, 76 and 68. RGB value is (128,118,104). Sum of RGB (Red+Green+Blue) = 128+118+104=350 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.57% from 350); Green value is 118 (46.48% from 255 or 33.71% from 350); Blue value is 104 (41.02% from 255 or 29.71% from 350); Max value from RGB is 128 - color contains mainly: red. Hex color #807668 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807668 is #7F8997. Grayscale: #777777. Windows color (decimal): -8358296 or 6846080. OLE color: 6846080.

HSL color Cylindrical-coordinate representation of color #807668: hue angle of 35º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #807668 is Cyan = 0, Magento = 0.08, Yellow = 0.19 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 118 104 -
CMYK 0 0.08 0.19 0.50
HSL 35º 0.1% 0.45% -
HSV(B) 35º 0.19% 0.5% -
XYZ 17.88 18.55 15.73 -
YUV 119.39 119.31 134.14 -
System Red Green Blue C M Y K H S L
Decimal 128 118 104 0 0.08 0.19 0.50 35 0.1 0.45
Hex 80 76 68 0 8 13 32 23 A 2D
Octal 200 166 150 0 10 23 62 43 12 55
Binary 10000000 1110110 1101000 0 1000 10011 110010 100011 1010 101101

Color Harmonies of #807668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807668

Black with #807668

Text Example


Text Example

White with #807668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807668; }

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

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

background-color css

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

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

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

border-color css

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

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

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