Html Css Color HEX #85796B Sand Dune

📋 copy color: '#85796B'

red 133 ◦ green 121 ◦ blue 107

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

Shades of Sand Dune #85796B

Tints of Sand Dune #85796B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 29.64%

R = 36.84%
G = 33.52%
B = 29.64%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.20

 K value IS 0.48

RGB Variations

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

Color information

#85796B (or 0x85796B) is known color: Sand Dune. HEX triplet: 85, 79 and 6B. RGB value is (133,121,107). Sum of RGB (Red+Green+Blue) = 133+121+107=361 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.84% from 361); Green value is 121 (47.66% from 255 or 33.52% from 361); Blue value is 107 (42.19% from 255 or 29.64% from 361); Max value from RGB is 133 - color contains mainly: red. Hex color #85796B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85796B is #7A8694. Grayscale: #7B7B7B. Windows color (decimal): -8029845 or 7043461. OLE color: 7043461.

HSL color Cylindrical-coordinate representation of color #85796B: hue angle of 32.31º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #85796B is Cyan = 0, Magento = 0.09, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 121 107 -
CMYK 0 0.09 0.20 0.48
HSL 32.31º 0.11% 0.47% -
HSV(B) 32.31º 0.2% 0.52% -
XYZ 19.16 19.72 16.71 -
YUV 122.99 118.98 135.14 -
System Red Green Blue C M Y K H S L
Decimal 133 121 107 0 0.09 0.20 0.48 32.31 0.11 0.47
Hex 85 79 6B 0 9 14 30 20 B 2F
Octal 205 171 153 0 11 24 60 40 13 57
Binary 10000101 1111001 1101011 0 1001 10100 110000 100000 1011 101111

Color Harmonies of #85796B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85796B

Black with #85796B

Text Example


Text Example

White with #85796B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85796B; }

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

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

background-color css

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

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

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

border-color css

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

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

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