#8A7568

Color #8A7568 Sand Dune (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sand Dune #8A7568

Tints of Sand Dune #8A7568

Color information

#8A7568 (or 0x8A7568) is unknown color: approx Sand Dune. HEX triplet: 8A, 75 and 68. RGB value is (138,117,104). Sum of RGB (Red+Green+Blue) = 138+117+104=359 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.44% from 359); Green value is 117 (46.09% from 255 or 32.59% from 359); Blue value is 104 (41.02% from 255 or 28.97% from 359); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7568 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A7568 is #758A97. Grayscale: #797979. Windows color (decimal): -7703192 or 6845834. OLE color: 6845834.

HSL color Cylindrical-coordinate representation of color #8A7568: hue angle of 22.94º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8A7568 is Cyan = 0, Magento = 0.15, Yellow = 0.25 and Black (K on CMYK) = 0.46.

Color convert

RGB138117104-
CMYK00.150.250.46
HSL22.94º14.05%47.45%-
HSV(B)22.94º24.64%54.12%-
XYZ19.3419.1315.77-
YUV121.8117.96139.56-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 38.44%
GREEN value IS 117 (46.09% from 255) = 32.59%
BLUE value IS 104 (41.02% from 255) = 28.97%
R=38.44%
G=32.59%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.25
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13811710400.150.250.4622.9414.0547.45
Hex8A75680F192E17e2f
Octal2121651500173156271657
Binary10001010111010111010000111111001101110101111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A7568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A7568; }

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

 H1.HeaderClassName
 {
   color: #8A7568;
 }
 .AnyTagClassName
 {
   color: #8A7568;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #8A7568;
 }
 .BgClassName
 {
   background-color: #8A7568;
 }
</style>
border-color css

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

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

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