Html Css Color HEX #857969 Sand Dune

📋 copy color: '#857969'

red 133 ◦ green 121 ◦ blue 105

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

Shades of Sand Dune #857969

Tints of Sand Dune #857969

RGB

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

 GREEN value IS 121 (47.66% from 255) = 33.7%

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

R = 37.05%
G = 33.7%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.21

 K value IS 0.48

RGB Variations

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

Color information

#857969 (or 0x857969) is known color: Sand Dune. HEX triplet: 85, 79 and 69. RGB value is (133,121,105). Sum of RGB (Red+Green+Blue) = 133+121+105=359 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.05% from 359); Green value is 121 (47.66% from 255 or 33.70% from 359); Blue value is 105 (41.41% from 255 or 29.25% from 359); Max value from RGB is 133 - color contains mainly: red. Hex color #857969 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857969 is #7A8696. Grayscale: #7A7A7A. Windows color (decimal): -8029847 or 6912389. OLE color: 6912389.

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

Color convert

RGB 133 121 105 -
CMYK 0 0.09 0.21 0.48
HSL 34.29º 0.12% 0.47% -
HSV(B) 34.29º 0.21% 0.52% -
XYZ 19.06 19.68 16.16 -
YUV 122.76 117.98 135.3 -
System Red Green Blue C M Y K H S L
Decimal 133 121 105 0 0.09 0.21 0.48 34.29 0.12 0.47
Hex 85 79 69 0 9 15 30 22 C 2F
Octal 205 171 151 0 11 25 60 42 14 57
Binary 10000101 1111001 1101001 0 1001 10101 110000 100010 1100 101111

Color Harmonies of #857969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857969

Black with #857969

Text Example


Text Example

White with #857969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857969; }

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

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

background-color css

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

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

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

border-color css

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

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

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