Html Css Color HEX #806575 Monsoon

📋 copy color: '#806575'

red 128 ◦ green 101 ◦ blue 117

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

Shades of Monsoon #806575

Tints of Monsoon #806575

RGB

 RED value IS 128 (50.39% from 255) = 36.99%

 GREEN value IS 101 (39.84% from 255) = 29.19%

 BLUE value IS 117 (46.09% from 255) = 33.82%

R = 36.99%
G = 29.19%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.09

 K value IS 0.50

RGB Variations

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

Color information

#806575 (or 0x806575) is known color: Monsoon. HEX triplet: 80, 65 and 75. RGB value is (128,101,117). Sum of RGB (Red+Green+Blue) = 128+101+117=346 (45% of max value = 765). Red value is 128 (50.39% from 255 or 36.99% from 346); Green value is 101 (39.84% from 255 or 29.19% from 346); Blue value is 117 (46.09% from 255 or 33.82% from 346); Max value from RGB is 128 - color contains mainly: red. Hex color #806575 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806575 is #7F9A8A. Grayscale: #6E6E6E. Windows color (decimal): -8362635 or 7693696. OLE color: 7693696.

HSL color Cylindrical-coordinate representation of color #806575: hue angle of 324.44º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #806575 is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 101 117 -
CMYK 0 0.21 0.09 0.50
HSL 324.44º 0.12% 0.45% -
HSV(B) 324.44º 0.21% 0.5% -
XYZ 16.77 15.18 18.88 -
YUV 110.9 131.45 140.2 -
System Red Green Blue C M Y K H S L
Decimal 128 101 117 0 0.21 0.09 0.50 324.44 0.12 0.45
Hex 80 65 75 0 15 9 32 144 C 2D
Octal 200 145 165 0 25 11 62 504 14 55
Binary 10000000 1100101 1110101 0 10101 1001 110010 101000100 1100 101101

Color Harmonies of #806575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806575

Black with #806575

Text Example


Text Example

White with #806575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806575; }

 p { color: rgb(128,101,117); }

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

background-color css

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

 a { background-color: rgb(128,101,117); }

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

border-color css

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

 span { border-color: rgb(128,101,117); }

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