#846963

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

Shades of Pharlap #846963

Tints of Pharlap #846963

Color information

#846963 (or 0x846963) is unknown color: approx Pharlap. HEX triplet: 84, 69 and 63. RGB value is (132,105,99). Sum of RGB (Red+Green+Blue) = 132+105+99=336 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.29% from 336); Green value is 105 (41.41% from 255 or 31.25% from 336); Blue value is 99 (39.06% from 255 or 29.46% from 336); Max value from RGB is 132 - color contains mainly: red. Hex color #846963 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846963 is #7B969C. Grayscale: #707070. Windows color (decimal): -8099485 or 6515076. OLE color: 6515076.

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

Color convert

RGB13210599-
CMYK00.200.250.48
HSL10.91º14.29%45.29%-
HSV(B)10.91º25%51.76%-
XYZ16.8215.9113.99-
YUV112.39120.45141.99-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.29%
GREEN value IS 105 (41.41% from 255) = 31.25%
BLUE value IS 99 (39.06% from 255) = 29.46%
R=39.29%
G=31.25%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.25
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321059900.200.250.4810.9114.2945.29
Hex8469630141930be2d
Octal2041511430243160131655
Binary10000100110100111000110101001100111000010111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846963; }

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

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

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

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

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

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

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

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