#84615B

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

Shades of Pharlap #84615B

Tints of Pharlap #84615B

Color information

#84615B (or 0x84615B) is unknown color: approx Pharlap. HEX triplet: 84, 61 and 5B. RGB value is (132,97,91). Sum of RGB (Red+Green+Blue) = 132+97+91=320 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.25% from 320); Green value is 97 (38.28% from 255 or 30.31% from 320); Blue value is 91 (35.94% from 255 or 28.44% from 320); Max value from RGB is 132 - color contains mainly: red. Hex color #84615B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84615B is #7B9EA4. Grayscale: #6A6A6A. Windows color (decimal): -8101541 or 5988740. OLE color: 5988740.

HSL color Cylindrical-coordinate representation of color #84615B: hue angle of 8.78º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #84615B is Cyan = 0, Magento = 0.27, Yellow = 0.31 and Black (K on CMYK) = 0.48.

Color convert

RGB1329791-
CMYK00.270.310.48
HSL8.78º18.39%43.73%-
HSV(B)8.78º31.06%51.76%-
XYZ15.6814.2111.81-
YUV106.78119.1145.99-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 41.25%
GREEN value IS 97 (38.28% from 255) = 30.31%
BLUE value IS 91 (35.94% from 255) = 28.44%
R=41.25%
G=30.31%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.31
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132979100.270.310.488.7818.3943.73
Hex84615B01B1F309122c
Octal2041411330333760112254
Binary100001001100001101101101101111111110000100110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84615B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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