#8A7663

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

Shades of Sand Dune #8A7663

Tints of Sand Dune #8A7663

Color information

#8A7663 (or 0x8A7663) is unknown color: approx Sand Dune. HEX triplet: 8A, 76 and 63. RGB value is (138,118,99). Sum of RGB (Red+Green+Blue) = 138+118+99=355 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.87% from 355); Green value is 118 (46.48% from 255 or 33.24% from 355); Blue value is 99 (39.06% from 255 or 27.89% from 355); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7663 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A7663 is #75899C. Grayscale: #797979. Windows color (decimal): -7702941 or 6518410. OLE color: 6518410.

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

Color convert

RGB13811899-
CMYK00.140.280.46
HSL29.23º16.46%46.47%-
HSV(B)29.23º28.26%54.12%-
XYZ19.2119.2614.51-
YUV121.81115.13139.54-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 38.87%
GREEN value IS 118 (46.48% from 255) = 33.24%
BLUE value IS 99 (39.06% from 255) = 27.89%
R=38.87%
G=33.24%
B=27.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.28
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381189900.140.280.4629.2316.4646.47
Hex8A76630E1C2E1d102e
Octal2121661430163456352056
Binary100010101110110110001101110111001011101110110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A7663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,118,99); }

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

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

 a { background-color: rgb(138,118,99); }

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

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

 span { border-color: rgb(138,118,99); }

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