#867396

Color #867396 Topaz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Topaz #867396

Tints of Topaz #867396

Color information

#867396 (or 0x867396) is unknown color: approx Topaz. HEX triplet: 86, 73 and 96. RGB value is (134,115,150). Sum of RGB (Red+Green+Blue) = 134+115+150=399 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.58% from 399); Green value is 115 (45.31% from 255 or 28.82% from 399); Blue value is 150 (58.98% from 255 or 37.59% from 399); Max value from RGB is 150 - color contains mainly: blue. Hex color #867396 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867396 is #798C69. Grayscale: #7C7C7C. Windows color (decimal): -7965802 or 9859974. OLE color: 9859974.

HSL color Cylindrical-coordinate representation of color #867396: hue angle of 272.57º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #867396 is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB134115150-
CMYK0.110.2300.41
HSL272.57º14.29%51.96%-
HSV(B)272.57º23.33%58.82%-
XYZ21.4719.5331.49-
YUV124.67142.29134.65-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.58%
GREEN value IS 115 (45.31% from 255) = 28.82%
BLUE value IS 150 (58.98% from 255) = 37.59%
R=33.58%
G=28.82%
B=37.59%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1341151500.110.2300.41272.5714.2951.96
Hex867396B17029111e34
Octal20616322613270514211664
Binary1000011011100111001011010111011101010011000100011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867396; }

 p { color: rgb(134,115,150); }

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

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

 a { background-color: rgb(134,115,150); }

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

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

 span { border-color: rgb(134,115,150); }

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