#8A7967

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

Shades of Sand Dune #8A7967

Tints of Sand Dune #8A7967

Color information

#8A7967 (or 0x8A7967) is unknown color: approx Sand Dune. HEX triplet: 8A, 79 and 67. RGB value is (138,121,103). Sum of RGB (Red+Green+Blue) = 138+121+103=362 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.12% from 362); Green value is 121 (47.66% from 255 or 33.43% from 362); Blue value is 103 (40.62% from 255 or 28.45% from 362); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7967 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A7967 is #758698. Grayscale: #7C7C7C. Windows color (decimal): -7702169 or 6781322. OLE color: 6781322.

HSL color Cylindrical-coordinate representation of color #8A7967: hue angle of 30.86º degrees, saturation: 0.15, 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 #8A7967 is Cyan = 0, Magento = 0.12, Yellow = 0.25 and Black (K on CMYK) = 0.46.

Color convert

RGB138121103-
CMYK00.120.250.46
HSL30.86º14.52%47.25%-
HSV(B)30.86º25.36%54.12%-
XYZ19.7720.0615.66-
YUV124.03116.13137.96-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 38.12%
GREEN value IS 121 (47.66% from 255) = 33.43%
BLUE value IS 103 (40.62% from 255) = 28.45%
R=38.12%
G=33.43%
B=28.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.25
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13812110300.120.250.4630.8614.5247.25
Hex8A79670C192E1ff2f
Octal2121711470143156371757
Binary10001010111100111001110110011001101110111111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A7967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,121,103); }

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

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

 a { background-color: rgb(138,121,103); }

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

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

 span { border-color: rgb(138,121,103); }

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