Html Css Color HEX #857469 Sand Dune

📋 copy color: '#857469'

red 133 ◦ green 116 ◦ blue 105

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

Shades of Sand Dune #857469

Tints of Sand Dune #857469

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 29.66%

R = 37.57%
G = 32.77%
B = 29.66%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.21

 K value IS 0.48

RGB Variations

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

Color information

#857469 (or 0x857469) is known color: Sand Dune. HEX triplet: 85, 74 and 69. RGB value is (133,116,105). Sum of RGB (Red+Green+Blue) = 133+116+105=354 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.57% from 354); Green value is 116 (45.70% from 255 or 32.77% from 354); Blue value is 105 (41.41% from 255 or 29.66% from 354); Max value from RGB is 133 - color contains mainly: red. Hex color #857469 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857469 is #7A8B96. Grayscale: #777777. Windows color (decimal): -8031127 or 6911109. OLE color: 6911109.

HSL color Cylindrical-coordinate representation of color #857469: hue angle of 23.57º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #857469 is Cyan = 0, Magento = 0.13, Yellow = 0.21 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 116 105 -
CMYK 0 0.13 0.21 0.48
HSL 23.57º 0.12% 0.47% -
HSV(B) 23.57º 0.21% 0.52% -
XYZ 18.47 18.5 15.96 -
YUV 119.83 119.63 137.39 -
System Red Green Blue C M Y K H S L
Decimal 133 116 105 0 0.13 0.21 0.48 23.57 0.12 0.47
Hex 85 74 69 0 D 15 30 18 C 2F
Octal 205 164 151 0 15 25 60 30 14 57
Binary 10000101 1110100 1101001 0 1101 10101 110000 11000 1100 101111

Color Harmonies of #857469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857469

Black with #857469

Text Example


Text Example

White with #857469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857469; }

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

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

background-color css

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

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

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

border-color css

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

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

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