#84466A

Color #84466A Cosmic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cosmic #84466A

Tints of Cosmic #84466A

Color information

#84466A (or 0x84466A) is unknown color: approx Cosmic. HEX triplet: 84, 46 and 6A. RGB value is (132,70,106). Sum of RGB (Red+Green+Blue) = 132+70+106=308 (40% of max value = 765). Red value is 132 (51.95% from 255 or 42.86% from 308); Green value is 70 (27.73% from 255 or 22.73% from 308); Blue value is 106 (41.80% from 255 or 34.42% from 308); Max value from RGB is 132 - color contains mainly: red. Hex color #84466A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84466A is #7BB995. Grayscale: #5C5C5C. Windows color (decimal): -8108438 or 6964868. OLE color: 6964868.

HSL color Cylindrical-coordinate representation of color #84466A: hue angle of 325.16º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #84466A is Cyan = 0, Magento = 0.47, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB13270106-
CMYK00.470.200.48
HSL325.16º30.69%39.61%-
HSV(B)325.16º46.97%51.76%-
XYZ14.3110.3314.87-
YUV92.64135.54156.07-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 42.86%
GREEN value IS 70 (27.73% from 255) = 22.73%
BLUE value IS 106 (41.80% from 255) = 34.42%
R=42.86%
G=22.73%
B=34.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1327010600.470.200.48325.1630.6939.61
Hex84466A02F14301451f28
Octal20410615205724605053750
Binary100001001000110110101001011111010011000010100010111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84466A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84466A; }

 p { color: rgb(132,70,106); }

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

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

 a { background-color: rgb(132,70,106); }

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

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

 span { border-color: rgb(132,70,106); }

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