#84655F

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

Shades of Pharlap #84655F

Tints of Pharlap #84655F

Color information

#84655F (or 0x84655F) is unknown color: approx Pharlap. HEX triplet: 84, 65 and 5F. RGB value is (132,101,95). Sum of RGB (Red+Green+Blue) = 132+101+95=328 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.24% from 328); Green value is 101 (39.84% from 255 or 30.79% from 328); Blue value is 95 (37.5% from 255 or 28.96% from 328); Max value from RGB is 132 - color contains mainly: red. Hex color #84655F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84655F is #7B9AA0. Grayscale: #6D6D6D. Windows color (decimal): -8100513 or 6251908. OLE color: 6251908.

HSL color Cylindrical-coordinate representation of color #84655F: hue angle of 9.73º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #84655F is Cyan = 0, Magento = 0.23, Yellow = 0.28 and Black (K on CMYK) = 0.48.

Color convert

RGB13210195-
CMYK00.230.280.48
HSL9.73º16.3%44.51%-
HSV(B)9.73º28.03%51.76%-
XYZ16.2315.0412.87-
YUV109.58119.77143.99-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.24%
GREEN value IS 101 (39.84% from 255) = 30.79%
BLUE value IS 95 (37.5% from 255) = 28.96%
R=40.24%
G=30.79%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.28
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321019500.230.280.489.7316.344.51
Hex84655F0171C30a102d
Octal2041451370273460122055
Binary100001001100101101111101011111100110000101010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84655F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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