#84655E

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

Shades of Pharlap #84655E

Tints of Pharlap #84655E

Color information

#84655E (or 0x84655E) is unknown color: approx Pharlap. HEX triplet: 84, 65 and 5E. RGB value is (132,101,94). Sum of RGB (Red+Green+Blue) = 132+101+94=327 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.37% from 327); Green value is 101 (39.84% from 255 or 30.89% from 327); Blue value is 94 (37.11% from 255 or 28.75% from 327); Max value from RGB is 132 - color contains mainly: red. Hex color #84655E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84655E is #7B9AA1. Grayscale: #6D6D6D. Windows color (decimal): -8100514 or 6186372. OLE color: 6186372.

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

Color convert

RGB13210194-
CMYK00.230.290.48
HSL11.05º16.81%44.31%-
HSV(B)11.05º28.79%51.76%-
XYZ16.1915.0212.64-
YUV109.47119.27144.07-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.37%
GREEN value IS 101 (39.84% from 255) = 30.89%
BLUE value IS 94 (37.11% from 255) = 28.75%
R=40.37%
G=30.89%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321019400.230.290.4811.0516.8144.31
Hex84655E0171D30b112c
Octal2041451360273560132154
Binary100001001100101101111001011111101110000101110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84655E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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