Html Css Color HEX #84698C Mamba

📋 copy color: '#84698C'

red 132 ◦ green 105 ◦ blue 140

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

Shades of Mamba #84698C

Tints of Mamba #84698C

RGB

 RED value IS 132 (51.95% from 255) = 35.01%

 GREEN value IS 105 (41.41% from 255) = 27.85%

 BLUE value IS 140 (55.08% from 255) = 37.14%

R = 35.01%
G = 27.85%
B = 37.14%

CMYK

 C value IS 0.06

 M value IS 0.25

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#84698C (or 0x84698C) is known color: Mamba. HEX triplet: 84, 69 and 8C. RGB value is (132,105,140). Sum of RGB (Red+Green+Blue) = 132+105+140=377 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.01% from 377); Green value is 105 (41.41% from 255 or 27.85% from 377); Blue value is 140 (55.08% from 255 or 37.14% from 377); Max value from RGB is 140 - color contains mainly: blue. Hex color #84698C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84698C is #7B9673. Grayscale: #747474. Windows color (decimal): -8099444 or 9202052. OLE color: 9202052.

HSL color Cylindrical-coordinate representation of color #84698C: hue angle of 286.29º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #84698C is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 132 105 140 -
CMYK 0.06 0.25 0 0.45
HSL 286.29º 0.14% 0.48% -
HSV(B) 286.29º 0.25% 0.55% -
XYZ 19.3 16.9 27.06 -
YUV 117.06 140.95 138.65 -
System Red Green Blue C M Y K H S L
Decimal 132 105 140 0.06 0.25 0 0.45 286.29 0.14 0.48
Hex 84 69 8C 6 19 0 2D 11E E 30
Octal 204 151 214 6 31 0 55 436 16 60
Binary 10000100 1101001 10001100 110 11001 0 101101 100011110 1110 110000

Color Harmonies of #84698C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84698C

Black with #84698C

Text Example


Text Example

White with #84698C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84698C; }

 p { color: rgb(132,105,140); }

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

background-color css

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

 a { background-color: rgb(132,105,140); }

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

border-color css

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

 span { border-color: rgb(132,105,140); }

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