Html Css Color HEX #857668 Sand Dune

📋 copy color: '#857668'

red 133 ◦ green 118 ◦ blue 104

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

Shades of Sand Dune #857668

Tints of Sand Dune #857668

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.24%

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

R = 37.46%
G = 33.24%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.22

 K value IS 0.48

RGB Variations

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

Color information

#857668 (or 0x857668) is known color: Sand Dune. HEX triplet: 85, 76 and 68. RGB value is (133,118,104). Sum of RGB (Red+Green+Blue) = 133+118+104=355 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.46% from 355); Green value is 118 (46.48% from 255 or 33.24% from 355); Blue value is 104 (41.02% from 255 or 29.30% from 355); Max value from RGB is 133 - color contains mainly: red. Hex color #857668 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857668 is #7A8997. Grayscale: #787878. Windows color (decimal): -8030616 or 6846085. OLE color: 6846085.

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

Color convert

RGB 133 118 104 -
CMYK 0 0.11 0.22 0.48
HSL 28.97º 0.12% 0.46% -
HSV(B) 28.97º 0.22% 0.52% -
XYZ 18.65 18.94 15.77 -
YUV 120.89 118.47 136.64 -
System Red Green Blue C M Y K H S L
Decimal 133 118 104 0 0.11 0.22 0.48 28.97 0.12 0.46
Hex 85 76 68 0 B 16 30 1D C 2E
Octal 205 166 150 0 13 26 60 35 14 56
Binary 10000101 1110110 1101000 0 1011 10110 110000 11101 1100 101110

Color Harmonies of #857668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857668

Black with #857668

Text Example


Text Example

White with #857668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857668; }

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

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

background-color css

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

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

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

border-color css

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

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

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