#857769

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

Shades of Sand Dune #857769

Tints of Sand Dune #857769

Color information

#857769 (or 0x857769) is unknown color: approx Sand Dune. HEX triplet: 85, 77 and 69. RGB value is (133,119,105). Sum of RGB (Red+Green+Blue) = 133+119+105=357 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.25% from 357); Green value is 119 (46.88% from 255 or 33.33% from 357); Blue value is 105 (41.41% from 255 or 29.41% from 357); Max value from RGB is 133 - color contains mainly: red. Hex color #857769 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857769 is #7A8896. Grayscale: #797979. Windows color (decimal): -8030359 or 6911877. OLE color: 6911877.

HSL color Cylindrical-coordinate representation of color #857769: hue angle of 30º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #857769 is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.48.

Color convert

RGB133119105-
CMYK00.110.210.48
HSL30º11.76%46.67%-
HSV(B)30º21.05%52.16%-
XYZ18.8219.216.08-
YUV121.59118.64136.14-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.25%
GREEN value IS 119 (46.88% from 255) = 33.33%
BLUE value IS 105 (41.41% from 255) = 29.41%
R=37.25%
G=33.33%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.21
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13311910500.110.210.483011.7646.67
Hex8577690B15301ec2f
Octal2051671510132560361457
Binary10000101111011111010010101110101110000111101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857769; }

 p { color: rgb(133,119,105); }

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

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

 a { background-color: rgb(133,119,105); }

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

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

 span { border-color: rgb(133,119,105); }

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