#84615D

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

Shades of Pharlap #84615D

Tints of Pharlap #84615D

Color information

#84615D (or 0x84615D) is unknown color: approx Pharlap. HEX triplet: 84, 61 and 5D. RGB value is (132,97,93). Sum of RGB (Red+Green+Blue) = 132+97+93=322 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.99% from 322); Green value is 97 (38.28% from 255 or 30.12% from 322); Blue value is 93 (36.72% from 255 or 28.88% from 322); Max value from RGB is 132 - color contains mainly: red. Hex color #84615D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84615D is #7B9EA2. Grayscale: #6B6B6B. Windows color (decimal): -8101539 or 6119812. OLE color: 6119812.

HSL color Cylindrical-coordinate representation of color #84615D: hue angle of 6.15º 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 #84615D is Cyan = 0, Magento = 0.27, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB1329793-
CMYK00.270.300.48
HSL6.15º17.33%44.12%-
HSV(B)6.15º29.55%51.76%-
XYZ15.7714.2512.27-
YUV107.01120.1145.83-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.99%
GREEN value IS 97 (38.28% from 255) = 30.12%
BLUE value IS 93 (36.72% from 255) = 28.88%
R=40.99%
G=30.12%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.30
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132979300.270.300.486.1517.3344.12
Hex84615D01B1E306112c
Octal204141135033366062154
Binary10000100110000110111010110111111011000011010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84615D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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