#84645D

Color #84645D Pharlap (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pharlap #84645D

Tints of Pharlap #84645D

Color information

#84645D (or 0x84645D) is unknown color: approx Pharlap. HEX triplet: 84, 64 and 5D. RGB value is (132,100,93). Sum of RGB (Red+Green+Blue) = 132+100+93=325 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.62% from 325); Green value is 100 (39.45% from 255 or 30.77% from 325); Blue value is 93 (36.72% from 255 or 28.62% from 325); Max value from RGB is 132 - color contains mainly: red. Hex color #84645D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84645D is #7B9BA2. Grayscale: #6C6C6C. Windows color (decimal): -8100771 or 6120580. OLE color: 6120580.

HSL color Cylindrical-coordinate representation of color #84645D: hue angle of 10.77º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #84645D is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB13210093-
CMYK00.240.300.48
HSL10.77º17.33%44.12%-
HSV(B)10.77º29.55%51.76%-
XYZ16.0514.8112.37-
YUV108.77119.1144.57-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.62%
GREEN value IS 100 (39.45% from 255) = 30.77%
BLUE value IS 93 (36.72% from 255) = 28.62%
R=40.62%
G=30.77%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.30
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321009300.240.300.4810.7717.3344.12
Hex84645D0181E30b112c
Octal2041441350303660132154
Binary100001001100100101110101100011110110000101110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84645D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84645D; }

 p { color: rgb(132,100,93); }

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

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

 a { background-color: rgb(132,100,93); }

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

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

 span { border-color: rgb(132,100,93); }

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