#84615C

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

Shades of Pharlap #84615C

Tints of Pharlap #84615C

Color information

#84615C (or 0x84615C) is unknown color: approx Pharlap. HEX triplet: 84, 61 and 5C. RGB value is (132,97,92). Sum of RGB (Red+Green+Blue) = 132+97+92=321 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.12% from 321); Green value is 97 (38.28% from 255 or 30.22% from 321); Blue value is 92 (36.33% from 255 or 28.66% from 321); Max value from RGB is 132 - color contains mainly: red. Hex color #84615C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84615C is #7B9EA3. Grayscale: #6A6A6A. Windows color (decimal): -8101540 or 6054276. OLE color: 6054276.

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

Color convert

RGB1329792-
CMYK00.270.300.48
HSL7.5º17.86%43.92%-
HSV(B)7.5º30.3%51.76%-
XYZ15.7214.2312.04-
YUV106.9119.6145.91-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 41.12%
GREEN value IS 97 (38.28% from 255) = 30.22%
BLUE value IS 92 (36.33% from 255) = 28.66%
R=41.12%
G=30.22%
B=28.66%

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
Decimal132979200.270.300.487.517.8643.92
Hex84615C01B1E308122c
Octal2041411340333660102254
Binary100001001100001101110001101111110110000100010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84615C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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