#846F68

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

Shades of Pharlap #846F68

Tints of Pharlap #846F68

Color information

#846F68 (or 0x846F68) is unknown color: approx Pharlap. HEX triplet: 84, 6F and 68. RGB value is (132,111,104). Sum of RGB (Red+Green+Blue) = 132+111+104=347 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.04% from 347); Green value is 111 (43.75% from 255 or 31.99% from 347); Blue value is 104 (41.02% from 255 or 29.97% from 347); Max value from RGB is 132 - color contains mainly: red. Hex color #846F68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846F68 is #7B9097. Grayscale: #747474. Windows color (decimal): -8097944 or 6844292. OLE color: 6844292.

HSL color Cylindrical-coordinate representation of color #846F68: hue angle of 15º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #846F68 is Cyan = 0, Magento = 0.16, Yellow = 0.21 and Black (K on CMYK) = 0.48.

Color convert

RGB132111104-
CMYK00.160.210.48
HSL15º11.86%46.27%-
HSV(B)15º21.21%51.76%-
XYZ17.717.2715.5-
YUV116.48120.96139.07-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.04%
GREEN value IS 111 (43.75% from 255) = 31.99%
BLUE value IS 104 (41.02% from 255) = 29.97%
R=38.04%
G=31.99%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.21
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13211110400.160.210.481511.8646.27
Hex846F680101530fc2e
Octal2041571500202560171456
Binary10000100110111111010000100001010111000011111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846F68; }

 p { color: rgb(132,111,104); }

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

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

 a { background-color: rgb(132,111,104); }

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

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

 span { border-color: rgb(132,111,104); }

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