Html Css Color HEX #857769 Sand Dune

📋 copy color: '#857769'

red 133 ◦ green 119 ◦ blue 105

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

Shades of Sand Dune #857769

Tints of Sand Dune #857769

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.33%

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

R = 37.25%
G = 33.33%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.21

 K value IS 0.48

RGB Variations

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

Color information

#857769 (or 0x857769) is known color: Sand Dune. HEX triplet: 85, 77 and 69. RGB value is (133,119,105). Sum of RGB (Red+Green+Blue) = 133+119+105=357 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.25% from 357); Green value is 119 (46.88% from 255 or 33.33% from 357); Blue value is 105 (41.41% from 255 or 29.41% from 357); Max value from RGB is 133 - color contains mainly: red. Hex color #857769 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857769 is #7A8896. Grayscale: #797979. Windows color (decimal): -8030359 or 6911877. OLE color: 6911877.

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

Color convert

RGB 133 119 105 -
CMYK 0 0.11 0.21 0.48
HSL 30º 0.12% 0.47% -
HSV(B) 30º 0.21% 0.52% -
XYZ 18.82 19.2 16.08 -
YUV 121.59 118.64 136.14 -
System Red Green Blue C M Y K H S L
Decimal 133 119 105 0 0.11 0.21 0.48 30 0.12 0.47
Hex 85 77 69 0 B 15 30 1E C 2F
Octal 205 167 151 0 13 25 60 36 14 57
Binary 10000101 1110111 1101001 0 1011 10101 110000 11110 1100 101111

Color Harmonies of #857769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857769

Black with #857769

Text Example


Text Example

White with #857769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857769; }

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

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

background-color css

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

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

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

border-color css

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

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

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