#84615E

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

Shades of Pharlap #84615E

Tints of Pharlap #84615E

Color information

#84615E (or 0x84615E) is unknown color: approx Pharlap. HEX triplet: 84, 61 and 5E. RGB value is (132,97,94). Sum of RGB (Red+Green+Blue) = 132+97+94=323 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.87% from 323); Green value is 97 (38.28% from 255 or 30.03% from 323); Blue value is 94 (37.11% from 255 or 29.10% from 323); Max value from RGB is 132 - color contains mainly: red. Hex color #84615E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84615E is #7B9EA1. Grayscale: #6B6B6B. Windows color (decimal): -8101538 or 6185348. OLE color: 6185348.

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

Color convert

RGB1329794-
CMYK00.270.290.48
HSL4.74º16.81%44.31%-
HSV(B)4.74º28.79%51.76%-
XYZ15.8114.2612.51-
YUV107.12120.6145.74-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.87%
GREEN value IS 97 (38.28% from 255) = 30.03%
BLUE value IS 94 (37.11% from 255) = 29.10%
R=40.87%
G=30.03%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132979400.270.290.484.7416.8144.31
Hex84615E01B1D305112c
Octal204141136033356052154
Binary10000100110000110111100110111110111000010110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84615E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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