#846E67

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

Shades of Pharlap #846E67

Tints of Pharlap #846E67

Color information

#846E67 (or 0x846E67) is unknown color: approx Pharlap. HEX triplet: 84, 6E and 67. RGB value is (132,110,103). Sum of RGB (Red+Green+Blue) = 132+110+103=345 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.26% from 345); Green value is 110 (43.36% from 255 or 31.88% from 345); Blue value is 103 (40.62% from 255 or 29.86% from 345); Max value from RGB is 132 - color contains mainly: red. Hex color #846E67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846E67 is #7B9198. Grayscale: #737373. Windows color (decimal): -8098201 or 6778500. OLE color: 6778500.

HSL color Cylindrical-coordinate representation of color #846E67: hue angle of 14.48º 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 #846E67 is Cyan = 0, Magento = 0.17, Yellow = 0.22 and Black (K on CMYK) = 0.48.

Color convert

RGB132110103-
CMYK00.170.220.48
HSL14.48º12.34%46.08%-
HSV(B)14.48º21.97%51.76%-
XYZ17.5417.0415.2-
YUV115.78120.79139.57-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.26%
GREEN value IS 110 (43.36% from 255) = 31.88%
BLUE value IS 103 (40.62% from 255) = 29.86%
R=38.26%
G=31.88%
B=29.86%

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
Decimal13211010300.170.220.4814.4812.3446.08
Hex846E670111630ec2e
Octal2041561470212660161456
Binary10000100110111011001110100011011011000011101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846E67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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