Html Css Color HEX #857164 Sand Dune

📋 copy color: '#857164'

red 133 ◦ green 113 ◦ blue 100

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

Shades of Sand Dune #857164

Tints of Sand Dune #857164

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 28.9%

R = 38.44%
G = 32.66%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.25

 K value IS 0.48

RGB Variations

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

Color information

#857164 (or 0x857164) is known color: Sand Dune. HEX triplet: 85, 71 and 64. RGB value is (133,113,100). Sum of RGB (Red+Green+Blue) = 133+113+100=346 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.44% from 346); Green value is 113 (44.53% from 255 or 32.66% from 346); Blue value is 100 (39.45% from 255 or 28.90% from 346); Max value from RGB is 133 - color contains mainly: red. Hex color #857164 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857164 is #7A8E9B. Grayscale: #757575. Windows color (decimal): -8031900 or 6582661. OLE color: 6582661.

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

Color convert

RGB 133 113 100 -
CMYK 0 0.15 0.25 0.48
HSL 23.64º 0.14% 0.46% -
HSV(B) 23.64º 0.25% 0.52% -
XYZ 17.88 17.72 14.53 -
YUV 117.5 118.13 139.06 -
System Red Green Blue C M Y K H S L
Decimal 133 113 100 0 0.15 0.25 0.48 23.64 0.14 0.46
Hex 85 71 64 0 F 19 30 18 E 2E
Octal 205 161 144 0 17 31 60 30 16 56
Binary 10000101 1110001 1100100 0 1111 11001 110000 11000 1110 101110

Color Harmonies of #857164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857164

Black with #857164

Text Example


Text Example

White with #857164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857164; }

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

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

background-color css

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

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

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

border-color css

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

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

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