#846561

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

Shades of Pharlap #846561

Tints of Pharlap #846561

Color information

#846561 (or 0x846561) is unknown color: approx Pharlap. HEX triplet: 84, 65 and 61. RGB value is (132,101,97). Sum of RGB (Red+Green+Blue) = 132+101+97=330 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40% from 330); Green value is 101 (39.84% from 255 or 30.61% from 330); Blue value is 97 (38.28% from 255 or 29.39% from 330); Max value from RGB is 132 - color contains mainly: red. Hex color #846561 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846561 is #7B9A9E. Grayscale: #6D6D6D. Windows color (decimal): -8100511 or 6382980. OLE color: 6382980.

HSL color Cylindrical-coordinate representation of color #846561: hue angle of 6.86º 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 #846561 is Cyan = 0, Magento = 0.23, Yellow = 0.27 and Black (K on CMYK) = 0.48.

Color convert

RGB13210197-
CMYK00.230.270.48
HSL6.86º15.28%44.9%-
HSV(B)6.86º26.52%51.76%-
XYZ16.3315.0813.36-
YUV109.81120.77143.83-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40%
GREEN value IS 101 (39.84% from 255) = 30.61%
BLUE value IS 97 (38.28% from 255) = 29.39%
R=40%
G=30.61%
B=29.39%

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
Decimal1321019700.230.270.486.8615.2844.9
Hex8465610171B307f2d
Octal204145141027336071755
Binary1000010011001011100001010111110111100001111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846561; }

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

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

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

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

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

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

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

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