#846661

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

Shades of Pharlap #846661

Tints of Pharlap #846661

Color information

#846661 (or 0x846661) is unknown color: approx Pharlap. HEX triplet: 84, 66 and 61. RGB value is (132,102,97). Sum of RGB (Red+Green+Blue) = 132+102+97=331 (43% of max value = 765). Red value is 132 (51.95% from 255 or 39.88% from 331); Green value is 102 (40.23% from 255 or 30.82% from 331); Blue value is 97 (38.28% from 255 or 29.31% from 331); Max value from RGB is 132 - color contains mainly: red. Hex color #846661 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846661 is #7B999E. Grayscale: #6E6E6E. Windows color (decimal): -8100255 or 6383236. OLE color: 6383236.

HSL color Cylindrical-coordinate representation of color #846661: hue angle of 8.57º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #846661 is Cyan = 0, Magento = 0.23, Yellow = 0.27 and Black (K on CMYK) = 0.48.

Color convert

RGB13210297-
CMYK00.230.270.48
HSL8.57º15.28%44.9%-
HSV(B)8.57º26.52%51.76%-
XYZ16.4215.2713.39-
YUV110.4120.44143.41-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.88%
GREEN value IS 102 (40.23% from 255) = 30.82%
BLUE value IS 97 (38.28% from 255) = 29.31%
R=39.88%
G=30.82%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.27
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321029700.230.270.488.5715.2844.9
Hex8466610171B309f2d
Octal2041461410273360111755
Binary10000100110011011000010101111101111000010011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846661; }

 p { color: rgb(132,102,97); }

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

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

 a { background-color: rgb(132,102,97); }

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

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

 span { border-color: rgb(132,102,97); }

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