#836B91

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

Shades of Topaz #836B91

Tints of Topaz #836B91

Color information

#836B91 (or 0x836B91) is unknown color: approx Topaz. HEX triplet: 83, 6B and 91. RGB value is (131,107,145). Sum of RGB (Red+Green+Blue) = 131+107+145=383 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.20% from 383); Green value is 107 (42.19% from 255 or 27.94% from 383); Blue value is 145 (57.03% from 255 or 37.86% from 383); Max value from RGB is 145 - color contains mainly: blue. Hex color #836B91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836B91 is #7C946E. Grayscale: #767676. Windows color (decimal): -8164463 or 9530243. OLE color: 9530243.

HSL color Cylindrical-coordinate representation of color #836B91: hue angle of 277.89º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #836B91 is Cyan = 0.10, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB131107145-
CMYK0.100.2600.43
HSL277.89º15.08%49.41%-
HSV(B)277.89º26.21%56.86%-
XYZ19.7317.3929.1-
YUV118.51142.95136.91-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.20%
GREEN value IS 107 (42.19% from 255) = 27.94%
BLUE value IS 145 (57.03% from 255) = 37.86%
R=34.20%
G=27.94%
B=37.86%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1311071450.100.2600.43277.8915.0849.41
Hex836B91A1A02B116f31
Octal20315322112320534261761
Binary1000001111010111001000110101101001010111000101101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836B91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836B91; }

 p { color: rgb(131,107,145); }

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

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

 a { background-color: rgb(131,107,145); }

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

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

 span { border-color: rgb(131,107,145); }

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