Html Css Color HEX #806C85 Mamba

📋 copy color: '#806C85'

red 128 ◦ green 108 ◦ blue 133

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

Shades of Mamba #806C85

Tints of Mamba #806C85

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.27%

 BLUE value IS 133 (52.34% from 255) = 36.04%

R = 34.69%
G = 29.27%
B = 36.04%

CMYK

 C value IS 0.04

 M value IS 0.19

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#806C85 (or 0x806C85) is known color: Mamba. HEX triplet: 80, 6C and 85. RGB value is (128,108,133). Sum of RGB (Red+Green+Blue) = 128+108+133=369 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.69% from 369); Green value is 108 (42.58% from 255 or 29.27% from 369); Blue value is 133 (52.34% from 255 or 36.04% from 369); Max value from RGB is 133 - color contains mainly: blue. Hex color #806C85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806C85 is #7F937A. Grayscale: #747474. Windows color (decimal): -8360827 or 8744064. OLE color: 8744064.

HSL color Cylindrical-coordinate representation of color #806C85: hue angle of 288º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #806C85 is Cyan = 0.04, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 128 108 133 -
CMYK 0.04 0.19 0 0.48
HSL 288º 0.1% 0.47% -
HSV(B) 288º 0.19% 0.52% -
XYZ 18.5 17.01 24.5 -
YUV 116.83 137.13 135.97 -
System Red Green Blue C M Y K H S L
Decimal 128 108 133 0.04 0.19 0 0.48 288 0.1 0.47
Hex 80 6C 85 4 13 0 30 120 A 2F
Octal 200 154 205 4 23 0 60 440 12 57
Binary 10000000 1101100 10000101 100 10011 0 110000 100100000 1010 101111

Color Harmonies of #806C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806C85

Black with #806C85

Text Example


Text Example

White with #806C85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806C85; }

 p { color: rgb(128,108,133); }

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

background-color css

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

 a { background-color: rgb(128,108,133); }

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

border-color css

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

 span { border-color: rgb(128,108,133); }

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