#84645E

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

Shades of Pharlap #84645E

Tints of Pharlap #84645E

Color information

#84645E (or 0x84645E) is unknown color: approx Pharlap. HEX triplet: 84, 64 and 5E. RGB value is (132,100,94). Sum of RGB (Red+Green+Blue) = 132+100+94=326 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.49% from 326); Green value is 100 (39.45% from 255 or 30.67% from 326); Blue value is 94 (37.11% from 255 or 28.83% from 326); Max value from RGB is 132 - color contains mainly: red. Hex color #84645E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84645E is #7B9BA1. Grayscale: #6C6C6C. Windows color (decimal): -8100770 or 6186116. OLE color: 6186116.

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

Color convert

RGB13210094-
CMYK00.240.290.48
HSL9.47º16.81%44.31%-
HSV(B)9.47º28.79%51.76%-
XYZ16.0914.8312.6-
YUV108.88119.6144.49-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.49%
GREEN value IS 100 (39.45% from 255) = 30.67%
BLUE value IS 94 (37.11% from 255) = 28.83%
R=40.49%
G=30.67%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321009400.240.290.489.4716.8144.31
Hex84645E0181D309112c
Octal2041441360303560112154
Binary100001001100100101111001100011101110000100110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84645E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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