Html Css Color HEX #867481 Monsoon

📋 copy color: '#867481'

red 134 ◦ green 116 ◦ blue 129

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

Shades of Monsoon #867481

Tints of Monsoon #867481

RGB

 RED value IS 134 (52.73% from 255) = 35.36%

 GREEN value IS 116 (45.7% from 255) = 30.61%

 BLUE value IS 129 (50.78% from 255) = 34.04%

R = 35.36%
G = 30.61%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#867481 (or 0x867481) is known color: Monsoon. HEX triplet: 86, 74 and 81. RGB value is (134,116,129). Sum of RGB (Red+Green+Blue) = 134+116+129=379 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.36% from 379); Green value is 116 (45.70% from 255 or 30.61% from 379); Blue value is 129 (50.78% from 255 or 34.04% from 379); Max value from RGB is 134 - color contains mainly: red. Hex color #867481 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867481 is #798B7E. Grayscale: #7A7A7A. Windows color (decimal): -7965567 or 8483974. OLE color: 8483974.

HSL color Cylindrical-coordinate representation of color #867481: hue angle of 316.67º degrees, saturation: 0.07, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #867481 is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 116 129 -
CMYK 0 0.13 0.04 0.47
HSL 316.67º 0.07% 0.49% -
HSV(B) 316.67º 0.13% 0.53% -
XYZ 20.04 19.14 23.41 -
YUV 122.86 131.46 135.94 -
System Red Green Blue C M Y K H S L
Decimal 134 116 129 0 0.13 0.04 0.47 316.67 0.07 0.49
Hex 86 74 81 0 D 4 2F 13D 7 31
Octal 206 164 201 0 15 4 57 475 7 61
Binary 10000110 1110100 10000001 0 1101 100 101111 100111101 111 110001

Color Harmonies of #867481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867481

Black with #867481

Text Example


Text Example

White with #867481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #867481; }

 p { color: rgb(134,116,129); }

 H1.HeaderClassName
 {
   color: #867481;
 }
 .AnyTagClassName
 {
   color: #867481;
 }
</style>

background-color css

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

 a { background-color: rgb(134,116,129); }

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

border-color css

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

 span { border-color: rgb(134,116,129); }

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