Html Css Color HEX #867396 Topaz

📋 copy color: '#867396'

red 134 ◦ green 115 ◦ blue 150

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

Shades of Topaz #867396

Tints of Topaz #867396

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 value IS 0.11

 M value IS 0.23

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#867396 (or 0x867396) is known color: 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

RGB 134 115 150 -
CMYK 0.11 0.23 0 0.41
HSL 272.57º 0.14% 0.52% -
HSV(B) 272.57º 0.23% 0.59% -
XYZ 21.47 19.53 31.49 -
YUV 124.67 142.29 134.65 -
System Red Green Blue C M Y K H S L
Decimal 134 115 150 0.11 0.23 0 0.41 272.57 0.14 0.52
Hex 86 73 96 B 17 0 29 111 E 34
Octal 206 163 226 13 27 0 51 421 16 64
Binary 10000110 1110011 10010110 1011 10111 0 101001 100010001 1110 110100

Color Harmonies of #867396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867396

Black with #867396

Text Example


Text Example

White with #867396

Text Example


Text Example

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