Html Css Color HEX #807568 Sand Dune

📋 copy color: '#807568'

red 128 ◦ green 117 ◦ blue 104

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

Shades of Sand Dune #807568

Tints of Sand Dune #807568

RGB

 RED value IS 128 (50.39% from 255) = 36.68%

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

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

R = 36.68%
G = 33.52%
B = 29.8%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.19

 K value IS 0.50

RGB Variations

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

Color information

#807568 (or 0x807568) is known color: Sand Dune. HEX triplet: 80, 75 and 68. RGB value is (128,117,104). Sum of RGB (Red+Green+Blue) = 128+117+104=349 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.68% from 349); Green value is 117 (46.09% from 255 or 33.52% from 349); Blue value is 104 (41.02% from 255 or 29.80% from 349); Max value from RGB is 128 - color contains mainly: red. Hex color #807568 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807568 is #7F8A97. Grayscale: #767676. Windows color (decimal): -8358552 or 6845824. OLE color: 6845824.

HSL color Cylindrical-coordinate representation of color #807568: hue angle of 32.5º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #807568 is Cyan = 0, Magento = 0.09, Yellow = 0.19 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 117 104 -
CMYK 0 0.09 0.19 0.50
HSL 32.5º 0.1% 0.45% -
HSV(B) 32.5º 0.19% 0.5% -
XYZ 17.76 18.31 15.69 -
YUV 118.81 119.64 134.56 -
System Red Green Blue C M Y K H S L
Decimal 128 117 104 0 0.09 0.19 0.50 32.5 0.1 0.45
Hex 80 75 68 0 9 13 32 20 A 2D
Octal 200 165 150 0 11 23 62 40 12 55
Binary 10000000 1110101 1101000 0 1001 10011 110010 100000 1010 101101

Color Harmonies of #807568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807568

Black with #807568

Text Example


Text Example

White with #807568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807568; }

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

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

background-color css

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

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

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

border-color css

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

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

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