Html Css Color HEX #857A6D Sand Dune

📋 copy color: '#857A6D'

red 133 ◦ green 122 ◦ blue 109

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

Shades of Sand Dune #857A6D

Tints of Sand Dune #857A6D

RGB

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

 GREEN value IS 122 (48.05% from 255) = 33.52%

 BLUE value IS 109 (42.97% from 255) = 29.95%

R = 36.54%
G = 33.52%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.18

 K value IS 0.48

RGB Variations

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

Color information

#857A6D (or 0x857A6D) is known color: Sand Dune. HEX triplet: 85, 7A and 6D. RGB value is (133,122,109). Sum of RGB (Red+Green+Blue) = 133+122+109=364 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.54% from 364); Green value is 122 (48.05% from 255 or 33.52% from 364); Blue value is 109 (42.97% from 255 or 29.95% from 364); Max value from RGB is 133 - color contains mainly: red. Hex color #857A6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857A6D is #7A8592. Grayscale: #7B7B7B. Windows color (decimal): -8029587 or 7174789. OLE color: 7174789.

HSL color Cylindrical-coordinate representation of color #857A6D: hue angle of 32.5º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #857A6D is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 122 109 -
CMYK 0 0.08 0.18 0.48
HSL 32.5º 0.1% 0.47% -
HSV(B) 32.5º 0.18% 0.52% -
XYZ 19.39 20.01 17.31 -
YUV 123.81 119.64 134.56 -
System Red Green Blue C M Y K H S L
Decimal 133 122 109 0 0.08 0.18 0.48 32.5 0.1 0.47
Hex 85 7A 6D 0 8 12 30 20 A 2F
Octal 205 172 155 0 10 22 60 40 12 57
Binary 10000101 1111010 1101101 0 1000 10010 110000 100000 1010 101111

Color Harmonies of #857A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857A6D

Black with #857A6D

Text Example


Text Example

White with #857A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857A6D; }

 p { color: rgb(133,122,109); }

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

background-color css

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

 a { background-color: rgb(133,122,109); }

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

border-color css

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

 span { border-color: rgb(133,122,109); }

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