#807669

Color #807669 Sand Dune (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sand Dune #807669

Tints of Sand Dune #807669

Color information

#807669 (or 0x807669) is unknown color: approx Sand Dune. HEX triplet: 80, 76 and 69. RGB value is (128,118,105). Sum of RGB (Red+Green+Blue) = 128+118+105=351 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.47% from 351); Green value is 118 (46.48% from 255 or 33.62% from 351); Blue value is 105 (41.41% from 255 or 29.91% from 351); Max value from RGB is 128 - color contains mainly: red. Hex color #807669 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807669 is #7F8996. Grayscale: #777777. Windows color (decimal): -8358295 or 6911616. OLE color: 6911616.

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

Color convert

RGB128118105-
CMYK00.080.180.50
HSL33.91º9.87%45.69%-
HSV(B)33.91º17.97%50.2%-
XYZ17.9318.5716-
YUV119.51119.81134.06-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.47%
GREEN value IS 118 (46.48% from 255) = 33.62%
BLUE value IS 105 (41.41% from 255) = 29.91%
R=36.47%
G=33.62%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.18
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12811810500.080.180.5033.919.8745.69
Hex80766908123222a2e
Octal2001661510102262421256
Binary100000001110110110100101000100101100101000101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807669; }

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

 H1.HeaderClassName
 {
   color: #807669;
 }
 .AnyTagClassName
 {
   color: #807669;
 }
</style>
background-color css

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

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

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

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

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

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