#867696

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

Shades of Topaz #867696

Tints of Topaz #867696

Color information

#867696 (or 0x867696) is unknown color: approx Topaz. HEX triplet: 86, 76 and 96. RGB value is (134,118,150). Sum of RGB (Red+Green+Blue) = 134+118+150=402 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.33% from 402); Green value is 118 (46.48% from 255 or 29.35% from 402); Blue value is 150 (58.98% from 255 or 37.31% from 402); Max value from RGB is 150 - color contains mainly: blue. Hex color #867696 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867696 is #798969. Grayscale: #7E7E7E. Windows color (decimal): -7965034 or 9860742. OLE color: 9860742.

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

Color convert

RGB134118150-
CMYK0.110.2100.41
HSL270º13.22%52.55%-
HSV(B)270º21.33%58.82%-
XYZ21.8120.2331.61-
YUV126.43141.3133.4-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.33%
GREEN value IS 118 (46.48% from 255) = 29.35%
BLUE value IS 150 (58.98% from 255) = 37.31%
R=33.33%
G=29.35%
B=37.31%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1341181500.110.2100.4127013.2252.55
Hex867696B1502910ed35
Octal20616622613250514161565
Binary1000011011101101001011010111010101010011000011101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867696; }

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

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

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

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

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

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

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

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