#846663

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

Shades of Pharlap #846663

Tints of Pharlap #846663

Color information

#846663 (or 0x846663) is unknown color: approx Pharlap. HEX triplet: 84, 66 and 63. RGB value is (132,102,99). Sum of RGB (Red+Green+Blue) = 132+102+99=333 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.64% from 333); Green value is 102 (40.23% from 255 or 30.63% from 333); Blue value is 99 (39.06% from 255 or 29.73% from 333); Max value from RGB is 132 - color contains mainly: red. Hex color #846663 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846663 is #7B999C. Grayscale: #6E6E6E. Windows color (decimal): -8100253 or 6514308. OLE color: 6514308.

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

Color convert

RGB13210299-
CMYK00.230.250.48
HSL5.45º14.29%45.29%-
HSV(B)5.45º25%51.76%-
XYZ16.5215.3113.89-
YUV110.63121.44143.24-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.64%
GREEN value IS 102 (40.23% from 255) = 30.63%
BLUE value IS 99 (39.06% from 255) = 29.73%
R=39.64%
G=30.63%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.25
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321029900.230.250.485.4514.2945.29
Hex84666301719305e2d
Octal204146143027316051655
Binary1000010011001101100011010111110011100001011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846663; }

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

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

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

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

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

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

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

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