Html Css Color HEX #857168 Sand Dune

📋 copy color: '#857168'

red 133 ◦ green 113 ◦ blue 104

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

Shades of Sand Dune #857168

Tints of Sand Dune #857168

RGB

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

 GREEN value IS 113 (44.53% from 255) = 32.29%

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

R = 38%
G = 32.29%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.22

 K value IS 0.48

RGB Variations

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

Color information

#857168 (or 0x857168) is known color: Sand Dune. HEX triplet: 85, 71 and 68. RGB value is (133,113,104). Sum of RGB (Red+Green+Blue) = 133+113+104=350 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38% from 350); Green value is 113 (44.53% from 255 or 32.29% from 350); Blue value is 104 (41.02% from 255 or 29.71% from 350); Max value from RGB is 133 - color contains mainly: red. Hex color #857168 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857168 is #7A8E97. Grayscale: #767676. Windows color (decimal): -8031896 or 6844805. OLE color: 6844805.

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

Color convert

RGB 133 113 104 -
CMYK 0 0.15 0.22 0.48
HSL 18.62º 0.12% 0.46% -
HSV(B) 18.62º 0.22% 0.52% -
XYZ 18.08 17.8 15.58 -
YUV 117.95 120.13 138.73 -
System Red Green Blue C M Y K H S L
Decimal 133 113 104 0 0.15 0.22 0.48 18.62 0.12 0.46
Hex 85 71 68 0 F 16 30 13 C 2E
Octal 205 161 150 0 17 26 60 23 14 56
Binary 10000101 1110001 1101000 0 1111 10110 110000 10011 1100 101110

Color Harmonies of #857168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857168

Black with #857168

Text Example


Text Example

White with #857168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857168; }

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

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

background-color css

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

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

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

border-color css

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

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

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