Html Css Color HEX #857666 Sand Dune

📋 copy color: '#857666'

red 133 ◦ green 118 ◦ blue 102

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

Shades of Sand Dune #857666

Tints of Sand Dune #857666

RGB

 RED value IS 133 (52.34% from 255) = 37.68%

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

 BLUE value IS 102 (40.23% from 255) = 28.9%

R = 37.68%
G = 33.43%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#857666 (or 0x857666) is known color: Sand Dune. HEX triplet: 85, 76 and 66. RGB value is (133,118,102). Sum of RGB (Red+Green+Blue) = 133+118+102=353 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.68% from 353); Green value is 118 (46.48% from 255 or 33.43% from 353); Blue value is 102 (40.23% from 255 or 28.90% from 353); Max value from RGB is 133 - color contains mainly: red. Hex color #857666 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857666 is #7A8999. Grayscale: #787878. Windows color (decimal): -8030618 or 6715013. OLE color: 6715013.

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

Color convert

RGB 133 118 102 -
CMYK 0 0.11 0.23 0.48
HSL 30.97º 0.13% 0.46% -
HSV(B) 30.97º 0.23% 0.52% -
XYZ 18.55 18.9 15.24 -
YUV 120.66 117.47 136.8 -
System Red Green Blue C M Y K H S L
Decimal 133 118 102 0 0.11 0.23 0.48 30.97 0.13 0.46
Hex 85 76 66 0 B 17 30 1F D 2E
Octal 205 166 146 0 13 27 60 37 15 56
Binary 10000101 1110110 1100110 0 1011 10111 110000 11111 1101 101110

Color Harmonies of #857666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857666

Black with #857666

Text Example


Text Example

White with #857666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857666; }

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

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

background-color css

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

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

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

border-color css

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

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

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