Html Css Color HEX #857568 Sand Dune

📋 copy color: '#857568'

red 133 ◦ green 117 ◦ blue 104

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

Shades of Sand Dune #857568

Tints of Sand Dune #857568

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.05%

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

R = 37.57%
G = 33.05%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.22

 K value IS 0.48

RGB Variations

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

Color information

#857568 (or 0x857568) is known color: Sand Dune. HEX triplet: 85, 75 and 68. RGB value is (133,117,104). Sum of RGB (Red+Green+Blue) = 133+117+104=354 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.57% from 354); Green value is 117 (46.09% from 255 or 33.05% from 354); Blue value is 104 (41.02% from 255 or 29.38% from 354); Max value from RGB is 133 - color contains mainly: red. Hex color #857568 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857568 is #7A8A97. Grayscale: #787878. Windows color (decimal): -8030872 or 6845829. OLE color: 6845829.

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

Color convert

RGB 133 117 104 -
CMYK 0 0.12 0.22 0.48
HSL 26.9º 0.12% 0.46% -
HSV(B) 26.9º 0.22% 0.52% -
XYZ 18.53 18.71 15.73 -
YUV 120.3 118.8 137.06 -
System Red Green Blue C M Y K H S L
Decimal 133 117 104 0 0.12 0.22 0.48 26.9 0.12 0.46
Hex 85 75 68 0 C 16 30 1B C 2E
Octal 205 165 150 0 14 26 60 33 14 56
Binary 10000101 1110101 1101000 0 1100 10110 110000 11011 1100 101110

Color Harmonies of #857568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857568

Black with #857568

Text Example


Text Example

White with #857568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857568; }

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

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

background-color css

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

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

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

border-color css

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

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

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