#846965

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

Shades of Pharlap #846965

Tints of Pharlap #846965

Color information

#846965 (or 0x846965) is unknown color: approx Pharlap. HEX triplet: 84, 69 and 65. RGB value is (132,105,101). Sum of RGB (Red+Green+Blue) = 132+105+101=338 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.05% from 338); Green value is 105 (41.41% from 255 or 31.07% from 338); Blue value is 101 (39.84% from 255 or 29.88% from 338); Max value from RGB is 132 - color contains mainly: red. Hex color #846965 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846965 is #7B969A. Grayscale: #707070. Windows color (decimal): -8099483 or 6646148. OLE color: 6646148.

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

Color convert

RGB132105101-
CMYK00.200.230.48
HSL7.74º13.3%45.69%-
HSV(B)7.74º23.48%51.76%-
XYZ16.9215.9514.5-
YUV112.62121.45141.83-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.05%
GREEN value IS 105 (41.41% from 255) = 31.07%
BLUE value IS 101 (39.84% from 255) = 29.88%
R=39.05%
G=31.07%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.23
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13210510100.200.230.487.7413.345.69
Hex84696501417308d2e
Octal2041511450242760101556
Binary10000100110100111001010101001011111000010001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846965; }

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

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

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

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

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

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

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

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