#857668

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

Shades of Sand Dune #857668

Tints of Sand Dune #857668

Color information

#857668 (or 0x857668) is unknown color: approx Sand Dune. HEX triplet: 85, 76 and 68. RGB value is (133,118,104). Sum of RGB (Red+Green+Blue) = 133+118+104=355 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.46% from 355); Green value is 118 (46.48% from 255 or 33.24% from 355); Blue value is 104 (41.02% from 255 or 29.30% from 355); Max value from RGB is 133 - color contains mainly: red. Hex color #857668 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857668 is #7A8997. Grayscale: #787878. Windows color (decimal): -8030616 or 6846085. OLE color: 6846085.

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

Color convert

RGB133118104-
CMYK00.110.220.48
HSL28.97º12.24%46.47%-
HSV(B)28.97º21.8%52.16%-
XYZ18.6518.9415.77-
YUV120.89118.47136.64-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.46%
GREEN value IS 118 (46.48% from 255) = 33.24%
BLUE value IS 104 (41.02% from 255) = 29.30%
R=37.46%
G=33.24%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.22
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13311810400.110.220.4828.9712.2446.47
Hex8576680B16301dc2e
Octal2051661500132660351456
Binary10000101111011011010000101110110110000111011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857668; }

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

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

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

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

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

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

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

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