#84605C

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

Shades of Pharlap #84605C

Tints of Pharlap #84605C

Color information

#84605C (or 0x84605C) is unknown color: approx Pharlap. HEX triplet: 84, 60 and 5C. RGB value is (132,96,92). Sum of RGB (Red+Green+Blue) = 132+96+92=320 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.25% from 320); Green value is 96 (37.89% from 255 or 30% from 320); Blue value is 92 (36.33% from 255 or 28.75% from 320); Max value from RGB is 132 - color contains mainly: red. Hex color #84605C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84605C is #7B9FA3. Grayscale: #6A6A6A. Windows color (decimal): -8101796 or 6054020. OLE color: 6054020.

HSL color Cylindrical-coordinate representation of color #84605C: hue angle of 6º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #84605C is Cyan = 0, Magento = 0.27, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB1329692-
CMYK00.270.300.48
HSL17.86%43.92%-
HSV(B)30.3%51.76%-
XYZ15.6314.0412.01-
YUV106.31119.93146.33-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 41.25%
GREEN value IS 96 (37.89% from 255) = 30%
BLUE value IS 92 (36.33% from 255) = 28.75%
R=41.25%
G=30%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.30
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132969200.270.300.48617.8643.92
Hex84605C01B1E306122c
Octal204140134033366062254
Binary10000100110000010111000110111111011000011010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84605C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84605C; }

 p { color: rgb(132,96,92); }

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

<style>
 a { background-color: #84605C; }

 a { background-color: rgb(132,96,92); }

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

<style>
 span { border-color: #84605C; }

 span { border-color: rgb(132,96,92); }

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