#84635E

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

Shades of Pharlap #84635E

Tints of Pharlap #84635E

Color information

#84635E (or 0x84635E) is unknown color: approx Pharlap. HEX triplet: 84, 63 and 5E. RGB value is (132,99,94). Sum of RGB (Red+Green+Blue) = 132+99+94=325 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.62% from 325); Green value is 99 (39.06% from 255 or 30.46% from 325); Blue value is 94 (37.11% from 255 or 28.92% from 325); Max value from RGB is 132 - color contains mainly: red. Hex color #84635E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84635E is #7B9CA1. Grayscale: #6C6C6C. Windows color (decimal): -8101026 or 6185860. OLE color: 6185860.

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

Color convert

RGB1329994-
CMYK00.250.290.48
HSL7.89º16.81%44.31%-
HSV(B)7.89º28.79%51.76%-
XYZ1614.6412.57-
YUV108.3119.93144.91-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.62%
GREEN value IS 99 (39.06% from 255) = 30.46%
BLUE value IS 94 (37.11% from 255) = 28.92%
R=40.62%
G=30.46%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132999400.250.290.487.8916.8144.31
Hex84635E0191D308112c
Octal2041431360313560102154
Binary100001001100011101111001100111101110000100010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84635E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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