#846D67

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

Shades of Pharlap #846D67

Tints of Pharlap #846D67

Color information

#846D67 (or 0x846D67) is unknown color: approx Pharlap. HEX triplet: 84, 6D and 67. RGB value is (132,109,103). Sum of RGB (Red+Green+Blue) = 132+109+103=344 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.37% from 344); Green value is 109 (42.97% from 255 or 31.69% from 344); Blue value is 103 (40.62% from 255 or 29.94% from 344); Max value from RGB is 132 - color contains mainly: red. Hex color #846D67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846D67 is #7B9298. Grayscale: #737373. Windows color (decimal): -8098457 or 6778244. OLE color: 6778244.

HSL color Cylindrical-coordinate representation of color #846D67: hue angle of 12.41º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #846D67 is Cyan = 0, Magento = 0.17, Yellow = 0.22 and Black (K on CMYK) = 0.48.

Color convert

RGB132109103-
CMYK00.170.220.48
HSL12.41º12.34%46.08%-
HSV(B)12.41º21.97%51.76%-
XYZ17.4316.8215.16-
YUV115.19121.12139.99-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.37%
GREEN value IS 109 (42.97% from 255) = 31.69%
BLUE value IS 103 (40.62% from 255) = 29.94%
R=38.37%
G=31.69%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.22
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13210910300.170.220.4812.4112.3446.08
Hex846D670111630cc2e
Octal2041551470212660141456
Binary10000100110110111001110100011011011000011001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846D67; }

 p { color: rgb(132,109,103); }

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

<style>
 a { background-color: #846D67; }

 a { background-color: rgb(132,109,103); }

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

<style>
 span { border-color: #846D67; }

 span { border-color: rgb(132,109,103); }

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