Html Css Color HEX #857868 Sand Dune

📋 copy color: '#857868'

red 133 ◦ green 120 ◦ blue 104

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

Shades of Sand Dune #857868

Tints of Sand Dune #857868

RGB

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

 GREEN value IS 120 (47.27% from 255) = 33.61%

 BLUE value IS 104 (41.02% from 255) = 29.13%

R = 37.25%
G = 33.61%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.22

 K value IS 0.48

RGB Variations

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

Color information

#857868 (or 0x857868) is known color: Sand Dune. HEX triplet: 85, 78 and 68. RGB value is (133,120,104). Sum of RGB (Red+Green+Blue) = 133+120+104=357 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.25% from 357); Green value is 120 (47.27% from 255 or 33.61% from 357); Blue value is 104 (41.02% from 255 or 29.13% from 357); Max value from RGB is 133 - color contains mainly: red. Hex color #857868 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857868 is #7A8797. Grayscale: #7A7A7A. Windows color (decimal): -8030104 or 6846597. OLE color: 6846597.

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

Color convert

RGB 133 120 104 -
CMYK 0 0.10 0.22 0.48
HSL 33.1º 0.12% 0.46% -
HSV(B) 33.1º 0.22% 0.52% -
XYZ 18.89 19.42 15.85 -
YUV 122.06 117.81 135.8 -
System Red Green Blue C M Y K H S L
Decimal 133 120 104 0 0.10 0.22 0.48 33.1 0.12 0.46
Hex 85 78 68 0 A 16 30 21 C 2E
Octal 205 170 150 0 12 26 60 41 14 56
Binary 10000101 1111000 1101000 0 1010 10110 110000 100001 1100 101110

Color Harmonies of #857868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857868

Black with #857868

Text Example


Text Example

White with #857868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857868; }

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

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

background-color css

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

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

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

border-color css

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

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

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