#846662

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

Shades of Pharlap #846662

Tints of Pharlap #846662

Color information

#846662 (or 0x846662) is unknown color: approx Pharlap. HEX triplet: 84, 66 and 62. RGB value is (132,102,98). Sum of RGB (Red+Green+Blue) = 132+102+98=332 (43% of max value = 765). Red value is 132 (51.95% from 255 or 39.76% from 332); Green value is 102 (40.23% from 255 or 30.72% from 332); Blue value is 98 (38.67% from 255 or 29.52% from 332); Max value from RGB is 132 - color contains mainly: red. Hex color #846662 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846662 is #7B999D. Grayscale: #6E6E6E. Windows color (decimal): -8100254 or 6448772. OLE color: 6448772.

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

Color convert

RGB13210298-
CMYK00.230.260.48
HSL7.06º14.78%45.1%-
HSV(B)7.06º25.76%51.76%-
XYZ16.4715.2913.64-
YUV110.51120.94143.33-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.76%
GREEN value IS 102 (40.23% from 255) = 30.72%
BLUE value IS 98 (38.67% from 255) = 29.52%
R=39.76%
G=30.72%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.26
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321029800.230.260.487.0614.7845.1
Hex8466620171A307f2d
Octal204146142027326071755
Binary1000010011001101100010010111110101100001111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846662; }

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

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

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

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

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

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

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

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