Html Css Color HEX #857166 Sand Dune

📋 copy color: '#857166'

red 133 ◦ green 113 ◦ blue 102

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

Shades of Sand Dune #857166

Tints of Sand Dune #857166

RGB

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

 GREEN value IS 113 (44.53% from 255) = 32.47%

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

R = 38.22%
G = 32.47%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#857166 (or 0x857166) is known color: Sand Dune. HEX triplet: 85, 71 and 66. RGB value is (133,113,102). Sum of RGB (Red+Green+Blue) = 133+113+102=348 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38.22% from 348); Green value is 113 (44.53% from 255 or 32.47% from 348); Blue value is 102 (40.23% from 255 or 29.31% from 348); Max value from RGB is 133 - color contains mainly: red. Hex color #857166 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857166 is #7A8E99. Grayscale: #757575. Windows color (decimal): -8031898 or 6713733. OLE color: 6713733.

HSL color Cylindrical-coordinate representation of color #857166: hue angle of 21.29º 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 #857166 is Cyan = 0, Magento = 0.15, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 113 102 -
CMYK 0 0.15 0.23 0.48
HSL 21.29º 0.13% 0.46% -
HSV(B) 21.29º 0.23% 0.52% -
XYZ 17.98 17.76 15.05 -
YUV 117.73 119.13 138.89 -
System Red Green Blue C M Y K H S L
Decimal 133 113 102 0 0.15 0.23 0.48 21.29 0.13 0.46
Hex 85 71 66 0 F 17 30 15 D 2E
Octal 205 161 146 0 17 27 60 25 15 56
Binary 10000101 1110001 1100110 0 1111 10111 110000 10101 1101 101110

Color Harmonies of #857166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857166

Black with #857166

Text Example


Text Example

White with #857166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857166; }

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

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

background-color css

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

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

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

border-color css

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

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

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