#84635F

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

Shades of Pharlap #84635F

Tints of Pharlap #84635F

Color information

#84635F (or 0x84635F) is unknown color: approx Pharlap. HEX triplet: 84, 63 and 5F. RGB value is (132,99,95). Sum of RGB (Red+Green+Blue) = 132+99+95=326 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.49% from 326); Green value is 99 (39.06% from 255 or 30.37% from 326); Blue value is 95 (37.5% from 255 or 29.14% from 326); Max value from RGB is 132 - color contains mainly: red. Hex color #84635F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84635F is #7B9CA0. Grayscale: #6C6C6C. Windows color (decimal): -8101025 or 6251396. OLE color: 6251396.

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

Color convert

RGB1329995-
CMYK00.250.280.48
HSL6.49º16.3%44.51%-
HSV(B)6.49º28.03%51.76%-
XYZ16.0414.6612.81-
YUV108.41120.43144.83-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.49%
GREEN value IS 99 (39.06% from 255) = 30.37%
BLUE value IS 95 (37.5% from 255) = 29.14%
R=40.49%
G=30.37%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.28
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132999500.250.280.486.4916.344.51
Hex84635F0191C306102d
Octal204143137031346062055
Binary10000100110001110111110110011110011000011010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84635F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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