#867A6A

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

Shades of Sand Dune #867A6A

Tints of Sand Dune #867A6A

Color information

#867A6A (or 0x867A6A) is unknown color: approx Sand Dune. HEX triplet: 86, 7A and 6A. RGB value is (134,122,106). Sum of RGB (Red+Green+Blue) = 134+122+106=362 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.02% from 362); Green value is 122 (48.05% from 255 or 33.70% from 362); Blue value is 106 (41.80% from 255 or 29.28% from 362); Max value from RGB is 134 - color contains mainly: red. Hex color #867A6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867A6A is #798595. Grayscale: #7B7B7B. Windows color (decimal): -7964054 or 6978182. OLE color: 6978182.

HSL color Cylindrical-coordinate representation of color #867A6A: hue angle of 34.29º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #867A6A is Cyan = 0, Magento = 0.09, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB134122106-
CMYK00.090.210.47
HSL34.29º11.67%47.06%-
HSV(B)34.29º20.9%52.55%-
XYZ19.3920.0316.48-
YUV123.76117.98135.3-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.02%
GREEN value IS 122 (48.05% from 255) = 33.70%
BLUE value IS 106 (41.80% from 255) = 29.28%
R=37.02%
G=33.70%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13412210600.090.210.4734.2911.6747.06
Hex867A6A09152F22c2f
Octal2061721520112557421457
Binary100001101111010110101001001101011011111000101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867A6A; }

 p { color: rgb(134,122,106); }

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

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

 a { background-color: rgb(134,122,106); }

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

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

 span { border-color: rgb(134,122,106); }

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