#846C80

Color #846C80 Old Lavender (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Lavender #846C80

Tints of Old Lavender #846C80

Color information

#846C80 (or 0x846C80) is unknown color: approx Old Lavender. HEX triplet: 84, 6C and 80. RGB value is (132,108,128). Sum of RGB (Red+Green+Blue) = 132+108+128=368 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.87% from 368); Green value is 108 (42.58% from 255 or 29.35% from 368); Blue value is 128 (50.39% from 255 or 34.78% from 368); Max value from RGB is 132 - color contains mainly: red. Hex color #846C80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #846C80 is #7B937F. Grayscale: #757575. Windows color (decimal): -8098688 or 8416388. OLE color: 8416388.

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

Color convert

RGB132108128-
CMYK00.180.030.48
HSL310º10%47.06%-
HSV(B)310º18.18%51.76%-
XYZ18.7717.1922.75-
YUV117.46133.95138.37-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.87%
GREEN value IS 108 (42.58% from 255) = 29.35%
BLUE value IS 128 (50.39% from 255) = 34.78%
R=35.87%
G=29.35%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.03
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13210812800.180.030.483101047.06
Hex846C80012330136a2f
Octal2041542000223604661257
Binary10000100110110010000000010010111100001001101101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846C80; }

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

 H1.HeaderClassName
 {
   color: #846C80;
 }
 .AnyTagClassName
 {
   color: #846C80;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #846C80;
 }
 .BgClassName
 {
   background-color: #846C80;
 }
</style>
border-color css

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

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

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