Html Css Color HEX #836B91 Topaz

📋 copy color: '#836B91'

red 131 ◦ green 107 ◦ blue 145

#836B91
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Topaz #836B91

Tints of Topaz #836B91

RGB

 RED value IS 131 (51.56% from 255) = 34.2%

 GREEN value IS 107 (42.19% from 255) = 27.94%

 BLUE value IS 145 (57.03% from 255) = 37.86%

R = 34.2%
G = 27.94%
B = 37.86%

CMYK

 C value IS 0.10

 M value IS 0.26

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#836B91 (or 0x836B91) is known color: 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

RGB 131 107 145 -
CMYK 0.10 0.26 0 0.43
HSL 277.89º 0.15% 0.49% -
HSV(B) 277.89º 0.26% 0.57% -
XYZ 19.73 17.39 29.1 -
YUV 118.51 142.95 136.91 -
System Red Green Blue C M Y K H S L
Decimal 131 107 145 0.10 0.26 0 0.43 277.89 0.15 0.49
Hex 83 6B 91 A 1A 0 2B 116 F 31
Octal 203 153 221 12 32 0 53 426 17 61
Binary 10000011 1101011 10010001 1010 11010 0 101011 100010110 1111 110001

Color Harmonies of #836B91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836B91

Black with #836B91

Text Example


Text Example

White with #836B91

Text Example


Text Example

HTML Codes & Css Web 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>