Html Css Color HEX #857468 Sand Dune

📋 copy color: '#857468'

red 133 ◦ green 116 ◦ blue 104

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

Shades of Sand Dune #857468

Tints of Sand Dune #857468

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.86%

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

R = 37.68%
G = 32.86%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.22

 K value IS 0.48

RGB Variations

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

Color information

#857468 (or 0x857468) is known color: Sand Dune. HEX triplet: 85, 74 and 68. RGB value is (133,116,104). Sum of RGB (Red+Green+Blue) = 133+116+104=353 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.68% from 353); Green value is 116 (45.70% from 255 or 32.86% from 353); Blue value is 104 (41.02% from 255 or 29.46% from 353); Max value from RGB is 133 - color contains mainly: red. Hex color #857468 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857468 is #7A8B97. Grayscale: #777777. Windows color (decimal): -8031128 or 6845573. OLE color: 6845573.

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

Color convert

RGB 133 116 104 -
CMYK 0 0.13 0.22 0.48
HSL 24.83º 0.12% 0.46% -
HSV(B) 24.83º 0.22% 0.52% -
XYZ 18.42 18.48 15.69 -
YUV 119.72 119.13 137.48 -
System Red Green Blue C M Y K H S L
Decimal 133 116 104 0 0.13 0.22 0.48 24.83 0.12 0.46
Hex 85 74 68 0 D 16 30 19 C 2E
Octal 205 164 150 0 15 26 60 31 14 56
Binary 10000101 1110100 1101000 0 1101 10110 110000 11001 1100 101110

Color Harmonies of #857468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857468

Black with #857468

Text Example


Text Example

White with #857468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857468; }

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

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

background-color css

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

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

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

border-color css

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

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

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