#846C67

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

Shades of Pharlap #846C67

Tints of Pharlap #846C67

Color information

#846C67 (or 0x846C67) is unknown color: approx Pharlap. HEX triplet: 84, 6C and 67. RGB value is (132,108,103). Sum of RGB (Red+Green+Blue) = 132+108+103=343 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.48% from 343); Green value is 108 (42.58% from 255 or 31.49% from 343); Blue value is 103 (40.62% from 255 or 30.03% from 343); Max value from RGB is 132 - color contains mainly: red. Hex color #846C67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846C67 is #7B9398. Grayscale: #727272. Windows color (decimal): -8098713 or 6777988. OLE color: 6777988.

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

Color convert

RGB132108103-
CMYK00.180.220.48
HSL10.34º12.34%46.08%-
HSV(B)10.34º21.97%51.76%-
XYZ17.3316.6115.12-
YUV114.61121.45140.41-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.48%
GREEN value IS 108 (42.58% from 255) = 31.49%
BLUE value IS 103 (40.62% from 255) = 30.03%
R=38.48%
G=31.49%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.22
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13210810300.180.220.4810.3412.3446.08
Hex846C670121630ac2e
Octal2041541470222660121456
Binary10000100110110011001110100101011011000010101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846C67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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